Click or drag to resize

IMcExperimentDocument Methods

The IMcExperimentDocument type exposes the following members.

Methods
  NameDescription
Public methodAddDocument
Add a new document (image, VLI or set) to the experiment, at the specified location expressed in pixels. The size (in pixels) is an indication of how much space is occupied on the experiment map.
Public methodAddDocumentPhysical
Add a new document (image, VLI or set) to the experiment, at the specified location expressed in physical coordinates. The document must be calibrated, and the physical coordinates are expressed in the units of the calibration. The coordinates are relative to an unknown physical fiduciary. The size (in calibrated units) is an indication of how much space the sample occupies in the experiment. The document will be fitted into the existing experiment extent if possible, and the experiment space (and map) will be expanded as needed.
Public methodAddImageMap
Add a new image map for the experiment. All image maps are combined when creating the experiment view.
Public methodAddImageMapPhysical
Add a new image map for the experiment. All image maps are combined when creating the experiment view.
Public methodIsUniqueDocumentName
Check whether a given name would be unique in the document collection
Public methodRead
Read an experiment from an MCE file
Public methodWrite
Writes the MCE experiment file, paths are all made relative to the file location
Top
See Also