Click or drag to resize

IMcImageSetRegionDuplicate Method

Create a new duplicate region from the provided region class

Namespace:  MediaCy.IQL.Sets
Assembly:  MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
Syntax
VB
Function Duplicate As McImageSetRegion

Return Value

Type: McImageSetRegion
Remarks
Creates a new region and sets the new region to be a duplicate of the provided source (template) McImageSetRegion. The CommandFlags and CommandData properties are copied from the template, but the ReferencedImageSet is not copied.
See Also