DIMcImageSetEvents_SaveEventHandler Delegate

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
Syntax
VB
Public Delegate Sub DIMcImageSetEvents_SaveEventHandler ( 
	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.
Remarks
This event could be used to save feature-specific data in set file formats that support this.
See Also