McEngineWrapper Class |
|
Namespace: MediaCy.IQL.Application
Public Class McEngineWrapper Implements IMcEngine, IReflect
The McEngineWrapper type exposes the following members.
| Name | Description | |
|---|---|---|
| ActiveImage |
This property returns the currently active image or Nothing if there isn't any.
| |
| ActiveImageAlias |
A read-only property exposing the ActiveImageAlias McObject.
| |
| ActiveJournal |
The active journal is a special global script that is always active.
| |
| ActiveScript |
One of the scripts is active and used for recording in the main thread.
| |
| EventLog |
Returns the standard EventLog for this Application.
| |
| GlobalTools |
Return the shared instance of McOMGlobals.
| |
| Images |
Returns a reference to the McImages collection of images.
| |
| IntensityCalibs |
Returns a reference to the McIntensityCalibs collection of spatial calibrations.
| |
| IsBusy |
Engines are busy while they process their tasks.
| |
| McObject |
Property used to access the McObject associated with an operator.
| |
| McObjects |
Returns a reference to the object manager collection.
| |
| MeasurementSequence |
The current measurement sequence number
| |
| SpatialCalibs |
Returns a reference to the McSpatialCalibs collection of spatial calibrations.
|
| Name | Description | |
|---|---|---|
| CreateObject |
Create a COM object, and if an "operator", store a connection to it in the Object Manager.
| |
| CreateOperator |
Create an "operator and store a connection to it in the Object Manager.
| |
| EnumUserMeasurements |
Enumerates registered user measurements.
| |
| GetRegisteredUserMeasurement |
Returns any registered instance of McUserMeasure associated with a named measurement.
| |
| RegisterUserMeasurement |
Registers or unregisters an instance of McUserMeasure as a named measurement.
| |
| SendSpecialNotify |