Click or drag to resize

IMcDyesAdd Method

Method to add a new McDye 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 Add ( 
	DyeName As String
) As McDye

Parameters

DyeName
Type: SystemString
dye name to add pNew: Returns the new dye object

Return Value

Type: McDye
Remarks
The McDye object is created by the Add method, and is returned to the caller.
See Also