DIMcImageSetEventsOpen Method
|
|
Event fired during the process of an image set being opened.
Namespace:
MediaCy.IQL.Sets
Assembly:
MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
SyntaxSub Open (
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 load feature-specific data from the set file, if supported.
See Also