[]
Gets the IShape object at the specified index.
IShape this[int index] { get; }
ReadOnly Default Property Item(index As Integer) As IShape
Type | Name | Description |
---|---|---|
int | index | The index. |
Gets the IShape object with the specified name.
IShape this[string name] { get; }
ReadOnly Default Property Item(name As String) As IShape
Type | Name | Description |
---|---|---|
string | name | The name. |