Click or drag to resize

IMcImageSetRegionCopyFrom Method

Copy 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
Sub CopyFrom ( 
	pTemplate As McImageSetRegion
)

Parameters

pTemplate
Type: MediaCy.IQL.SetsMcImageSetRegion
Remarks
Sets this region to that of the provided source (template) McImageSetRegion. The CommandFlags and CommandData properties are copied from the template, but the ReferencedImageSet is not copied.
See Also