Click or drag to resize

IMcLensesAddCopyOf 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
Syntax
VB
Function AddCopyOf ( 
	pRef As McLens,
	LensName As String
) As McLens

Parameters

pRef
Type: MediaCy.IQL.Microscopy.InfoMcLens
The lens to base the new mode upon
LensName
Type: SystemString
lens name to add (if "", new name will default to "Copy of <referenceLens>")

Return Value

Type: McLens
Remarks
The McLens object is created by the Add method as a copy of the specified lens, and is returned to the caller.
See Also