DIMcImageSetEventsSave Method
|
|
Event fired during the process of the specified image set being saved.
Namespace:
MediaCy.IQL.Sets
Assembly:
MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
SyntaxSub Save (
Set As McImageSet,
FileIO As Object
)
Parameters
- Set
- Type: MediaCy.IQL.SetsMcImageSet
The set that will be saved - FileIO
- Type: SystemObject
An McImageSetFile or McImageSetFileInfo instance that should be used to save the data.
RemarksThis event could be used to save feature-specific data in set file formats that support this.
See Also