Click or drag to resize

McObjectsSingleton Interface

Class that implements the object manager's singleton McObjects collection of McObject instances.

Namespace:  MediaCy.IQL.ObjectManager
Assembly:  MediaCy.IQL.ObjectManager (in MediaCy.IQL.ObjectManager.dll) Version: 10.0.6912.0
Syntax
VB
Public Interface McObjectsSingleton
	Inherits IMcObjects
Remarks
Generally there will only be one instance of this class per application. In IQApp, this instance is exposed as the application McObjects property or the Engine.McObjects property. Other instances of this class created in the same application will share the same pool of objects and names as all otheres. The McObjects class can be created if you need a completely independent set of McObject instances.
See Also