IMcLensesAdd Method
|
|
Method to add a new McLens to the collection.
Namespace:
MediaCy.IQL.Microscopy.Info
Assembly:
MediaCy.IQL.Microscopy.Info (in MediaCy.IQL.Microscopy.Info.dll) Version: 10.0.6912.0
SyntaxFunction Add (
LensName As String
) As McLens
Parameters
- LensName
- Type: SystemString
lens name to add
pNew: Returns the new lens object
Return Value
Type:
McLens
RemarksThe McLens object is created by the Add method, and is returned to the caller.
See Also