Click or drag to resize

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
Syntax
VB
Sub 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.
Remarks
This event could be used to load feature-specific data from the set file, if supported.
See Also