IMcDyesOpen Method
|
|
Opens a set of dyes
Namespace:
MediaCy.IQL.Microscopy.Info
Assembly:
MediaCy.IQL.Microscopy.Info (in MediaCy.IQL.Microscopy.Info.dll) Version: 10.0.6912.0
SyntaxSub Open (
Source As Object
)
Parameters
- Source
- Type: SystemObject
The file or other source to load the set of dyes from
RemarksOpens a set of dyes from the specified source.
Note that the dye(s) opened are added to the current collection. To replace the
current collection with the saved collection, call the RemoveAll method prior to
calling the Open method.
See Also