Click or drag to resize

IMcImageSetRegionReferencedImageSet Property

The McImageSet referenced by this collection, if any.

Namespace:  MediaCy.IQL.Sets
Assembly:  MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
Syntax
VB
Property ReferencedImageSet As McImageSet
	Get
	Set

Property Value

Type: McImageSet
Remarks
If the McImageSetRegion is created as an operator (via McEngine.CreateOperator), and it has an ancestor McImageSet, then that is reported as the ReferencedImageSet. In this case, it is illegal to assign to the ReferencedImageSet property. If the McImageSetRegion instance is not an operator, or has no ancestor McImageSet, and is not privately owned by some McImageSetLib component, then by default the ReferencedImageSet will be Nothing. In this case you may assign a McImage to the property. Note that this will hold a reference on the ReferencedImageSet until the McImageSetRegion is fully released or until you assign Nothing to the ReferencedImageSet. The CopyFrom method does not copy the ReferencedImageSet property from the source McImageSet; it leaves the current ReferencedImageSet, if any, unchanged.
See Also