Click or drag to resize

IMcDyesItem Property

Item property handler for the Dyes 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 ( 
	DyeID As Object
) As McDye
	Get

Parameters

DyeID
Type: SystemObject
dye index or name

Property Value

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