Click or drag to resize

IMcEngine Interface

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
Public Interface IMcEngine

The IMcEngine type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleActiveImage
A read/write property setting the current ThisApplication.ActiveImage.
Public propertyCode exampleActiveImageAlias
A read-only property exposing the ActiveImageAlias McObject.
Public propertyEngineThreadId
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.
Public propertyEventLog
Returns the standard EventLog for this Application.
Public propertyImages
Returns a reference to the McImages collection of images.
Public propertyIntensityCalibs
Returns a reference to the McIntensityCalibs collection of spatial calibrations.
Public propertyMcObject
Property used to access the McObject associated with an operator.
Public propertyMcObjects
Returns a reference to the object manager collection.
Public propertyCode exampleMeasurementSequence
The current measurement sequence number
Public propertyProgressMeter
A read/write property holding a IMcGlueProgressMeter instance, if any.
Public propertySpatialCalibs
Returns a reference to the McSpatialCalibs collection of spatial calibrations.
Top
Methods
  NameDescription
Public methodCode exampleAncestorOfOperator
Find an ancestor operator of a given type for some operator.
Public methodCode exampleCreateObject
Create a COM object, and if an "operator", store a connection to it in the Object Manager.
Public methodCode exampleCreateOperator
Create an "operator and store a connection to it in the Object Manager.
Public methodCode exampleEnumUserMeasurements
Enumerates registered user measurements.
Public methodGetRegisteredUserMeasurement
Returns any registered instance of McUserMeasure associated with a named measurement.
Public methodCode exampleParentOfOperator
Find the immediate parent operator, if any, for some operator.
Public methodCode exampleRegisterUserMeasurement
Registers or unregisters an instance of McUserMeasure as a named measurement
Public methodCode exampleReportLicensesInUse
Output the licenses this McEngine acquired since its instantiation.
Top
See Also