Item Property (IGraphicObjects)
In This Topic
Indicates the GraphicObject at the specified indexed location in the collection.
Syntax
'Declaration
ReadOnly Default Property Item( _
ByVal As Integer _
) As GraphicObject
'Usage
Dim instance As IGraphicObjects
Dim index As Integer
Dim value As GraphicObject
value = instance.Item(index)
GraphicObject this[
int
]; {get;}
Parameters
- index
- The index of the graphic object to retrieve from the graphic object collection.
Property Value
The
GraphicObject located at the specified index location within the graphic object collection.
See Also