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
SyntaxFunction Add (
DyeName As String
) As McDye
Parameters
- DyeName
- Type: SystemString
dye name to add
pNew: Returns the new dye object
Return Value
Type:
McDye
RemarksThe McDye object is created by the Add method, and is returned to the caller.
See Also