Click or drag to resize

IMcObjectCreatorCollection Property

A read-only property reflecting the McObjects collection instance from which this McObject instance was created.

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

Return Value

Type: IMcObjects
The McObjects collection instance from which this McObject instance was created.
Remarks
McObject instances can be created only by the McObjects.Add method or via the McObjects.GetCategoryItem method when AttachAutoAddToCategory has been used to set up some object for automatic creation.
See Also