Click or drag to resize

IMcEngineMcObject Property

Property used to access the McObject associated with an operator.

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
ReadOnly Property McObject ( 
	pObject As Object
) As McObject
	Get

Parameters

pObject
Type: SystemObject
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.

Return Value

Type: McObject
The McObject instance associated with pObject.
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.
See Also