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
SyntaxSub Open (
Source As Object
)
Parameters
- Source
- Type: SystemObject
The file or other source to load the set of lens information from
RemarksOpens 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