IDisplayOverlaysItem Property
|
|
An 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 McGraphOverlay
Get
Parameters
- varItem
- Type: SystemObject
Either a name string, an McGraphOverlay object
instance or an index number.
If a name string, then the collection is searched for an McGraphOverlay
with an identical Name property (the comparison is case insensitive); should
no such name be found, a NULL object is returned.
If an McGraphOverlay object instance, then the collection is searched for
that McGraphOverlay instance; should no such instance be found, a NULL
object is returned. This allows you to check to see if some McGraphOverlay
object instance is already part of the collection.
If an index number, then that McGraphOverlay instance is returned. The
index number must be from zero to Count-1.
Property Value
Type:
McGraphOverlay
RemarksA McGraphOverlay instance from the collection is exposed by name
or index number.
Item is the default property for the McDisplayOverlays collection
interface.
See Also