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
SyntaxReadOnly Property CreatorCollection As IMcObjects
Get
Return Value
Type:
IMcObjectsThe McObjects collection
instance from which this McObject instance was created.
RemarksMcObject 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