Click or drag to resize

IMcLensesItem Property

Item property handler for the lenss collection.

Namespace:  MediaCy.IQL.Microscopy.Info
Assembly:  MediaCy.IQL.Microscopy.Info (in MediaCy.IQL.Microscopy.Info.dll) Version: 10.0.6912.0
Syntax
VB
ReadOnly Default Property Item ( 
	LensId As Object
) As McLens
	Get

Parameters

LensId
Type: SystemObject

Property Value

Type: McLens
Remarks
Returns the lens object specified by the lens ID. The lens ID can be a zero-based index of the lens in the collection, or the name of the lens. Note that lens names are not guaranteed to be unique, so requesting an lens by name returns the first lens with that name.
See Also