Description

Property used to access the McObject associated with an operator.

Property type

A McObject object.  

Syntax

object.McObject(pObject)

The McObject Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McEngine.
pObjectRequired. An Object object.

object to extract the McObject from. The pObject argument must already be an McObject or it must support the McHasObject interface and be connected to an McObject.

Remarks

An “operator” is an interface that exposes an McHasObject interface, and is also “connected” to a backing McObject instance. The backing McObject instance gives the operator its name, category and parent/child relationships. This property exposes this backing McObject instance for any operator.

Exceptions

The pObject argument must be an operator