this Property
this[int]
Gets an individual shape from the grouped shape.
Declaration
IShape this[int index] { get; }
ReadOnly Default Property Item(index As Integer) As IShape
Parameters
Type |
Name |
Description |
int |
index |
The index.
|
Property Value
Type |
Description |
IShape |
IShape.
|