Click or drag to resize

IMcObjectInternalHOBJ Property

The unique, internal object handle

Namespace:  MediaCy.IQL.ObjectManager
Assembly:  MediaCy.IQL.ObjectManager (in MediaCy.IQL.ObjectManager.dll) Version: 10.0.6912.0
Syntax
VB
ReadOnly Property InternalHOBJ As IntPtr
	Get

Property Value

Type: IntPtr
Remarks
This property has no use other than as a unique identifier for a particular existing McObject instance, whether in the McObjects collection or not. After KillObjectAndChildren has been called, but before the McObject is fully released, this property will be zero. Note that once a McObject has been killed or fully released, its internal object handle may be (and in fact probably will be) reused when another McObject is created.
See Also