IMcEngine Interface |
|
Namespace: MediaCy.IQL.Engine
Public Interface IMcEngine
The IMcEngine type exposes the following members.
| Name | Description | |
|---|---|---|
| ActiveImage | A read/write property setting the current ThisApplication.ActiveImage. | |
| ActiveImageAlias | A read-only property exposing the ActiveImageAlias McObject. | |
| EngineThreadId | While the engine is in use, returns the ThreadId of the thread using the engine. Minus 1
is returned if the engine is not in use. | |
| EventLog | Returns the standard EventLog for this Application. | |
| Images | Returns a reference to the McImages collection of images. | |
| IntensityCalibs | Returns a reference to the McIntensityCalibs collection of spatial calibrations. | |
| 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 | |
| ProgressMeter | A read/write property holding a IMcGlueProgressMeter instance, if any. | |
| SpatialCalibs | Returns a reference to the McSpatialCalibs collection of spatial calibrations. |
| Name | Description | |
|---|---|---|
| AncestorOfOperator | Find an ancestor operator of a given type for some operator. | |
| 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. | |
| ParentOfOperator | Find the immediate parent operator, if any, for some operator. | |
| RegisterUserMeasurement | Registers or unregisters an instance of McUserMeasure as a named measurement | |
| ReportLicensesInUse | Output the licenses this McEngine acquired
since its instantiation. |