Description
Returns an instance of a named operator for a given Parent.
-
Return Type
-
An Object object.
The new or existing interface instance.
-
Syntax
-
object.GetOperator (Name, [Parent])
The GetOperator Method syntax has these parts: |
| object | An expression evaluating to an object of type McApplication. | | Name | Required. A String value. The name of a child operator exposed in the object model.
| | Parent | Optional. A Variant value. If given, a parent object. If no parent is given, then the operator is assumed to be a child of McApplication.
| Remarks
An operator is an object dynamically exposed as a child of another object in the object model. The main objects exposing child operators are McApplication, McEngine, McImage and objects derived from McFeatures.
This function is mostly useful for clients (C++ and advanced VB) who do not have access to dynamic type information (when a reference is made to the component marked as App Only). It is usually much easier to access the operator directly.
|