IMcDyesAddCopyOf 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 AddCopyOf (
pRef As McDye,
DyeName As String
) As McDye
Parameters
- pRef
- Type: MediaCy.IQL.Microscopy.InfoMcDye
The dye to base the new mode upon - DyeName
- Type: SystemString
dye name to add (if "", new name will default to "Copy of <referenceDye>")
Return Value
Type:
McDye
RemarksThe McDye object is created by the Add method as a copy of the specified
dye, and is returned to the caller.
See Also