IMcImageSetMetadataModified Property
|
|
Gets or sets the metadata modified flag.
Namespace:
MediaCy.IQL.Sets
Assembly:
MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
SyntaxProperty MetadataModified As Boolean
Get
Set
Property Value
Type:
Boolean
RemarksGets or sets the metadata modified flag for this set. This flag represents the
state of image set metadata that is not directly relevant to set dimensions and
pixel content. The flag is automatically
cleared when the set is saved, at which time a PropertyChanged notification
will be fired on the MetadataModified property. This flag will be set automatically
whenever any non-critical property of the set is modified also, but the notification
that will be fired in that case is the SetChanged notification (which
includes information about which property of the set was changed).
See Also