Click or drag to resize

IMcExperimentDocument Interface

An interface for a document containing an experiment as implemented in MediaCy.Viewers.Experiment.

Namespace:  MediaCy.IQL.Application
Assembly:  MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
Syntax
VB
Public Interface IMcExperimentDocument

The IMcExperimentDocument type exposes the following members.

Properties
  NameDescription
Public propertyDescription
Description of the experiment
Public propertyName
Short name of the experiment
Public propertyPosition
The position of the experiement in calibrated units
Public propertySize
Overall size of the experiment in pixels
Public propertyUnits
Unit is usually mm
Public propertyUnitsPerPixel
Number of units per pixel in both X and Y dimension
Top
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
Remarks