Click or drag to resize

IMcLensesOpen Method

Opens a set of lens information

Namespace:  MediaCy.IQL.Microscopy.Info
Assembly:  MediaCy.IQL.Microscopy.Info (in MediaCy.IQL.Microscopy.Info.dll) Version: 10.0.6912.0
Syntax
VB
Sub Open ( 
	Source As Object
)

Parameters

Source
Type: SystemObject
The file or other source to load the set of lens information from
Remarks
Opens a set of lens information from the specified source. Note that the lens(es) opened are added to the current collection. To replace the current collection with the saved collection, call the RemoveAll method prior to calling the Open method.
See Also