IDisplayedObjectsItem Property
|
|
A McGraphObj item from the collection.
Namespace:
MediaCy.IQL.Features
Assembly:
MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
SyntaxReadOnly Default Property Item (
varItem As Object
) As McGraphObj
Get
Parameters
- varItem
- Type: SystemObject
Either an IMcGraphObj object instance or an index number.
If an IMcGraphObj object instance, then the collection is searched for
that IMcGraphObj instance; should no such instance be found, a NULL
object is returned. This allows you to check to see if some IMcGraphObj
object instance is already part of the collection.
If an index number, then that IMcGraphObj instance is returned. The
index number must be from zero to Count-1.
Property Value
Type:
McGraphObj
RemarksAn IMcGraphObj instance from the collection is exposed by index number
or object instance.
Item is the default property for the IDisplayOverlays collection
interface.
See Also