IMcCompositeHostSourceImageSet Property
|
|
An optional McImageSet providing the source properties.
Namespace:
MediaCy.IQL.Operations
Assembly:
MediaCy.IQL.Operations (in MediaCy.IQL.Operations.dll) Version: 10.0.6912.0
SyntaxProperty SourceImageSet As McImageSet
Get
Set
Property Value
Type:
McImageSet
RemarksIf this instance of the McCompositeHost operator is a descendent of a
McImageSet operator, then the SourceImageSet property can only be assigned the
ancestor McImageSet; it is Nothing until such an assigment is made. In this case,
it is illegal to try to assign the SourceImageSet to any other McImageSet instance;
however setting the property to Nothing is always allowed.
If this instance of the McCompositeHost operator is not a descendent
of a McImageSet operator, then the SourceImageSet property will be Nothing
by default. In this case if the SourceImageSet property is assigned an
instance of McImageSet, then the source properties can be filled from
the assigning McImageSet and the SourceImageSet becomes the assigned McImageSet.
In either case, the mcchsfTrackSourceImageSet Status bit determines if property
changes to the current SourceImageSet are tracked to make parallel changes in the
McCompositeHost properties. The mcchsfTrackSourceImageSet Status bit is set by
default if this instance of the McCompositeHost operator is a descendent of a
McImageSet operator; it is clear by default otherwise.
See Also