[]
Returns a single object from a collection.
IShape this[int index] { get; }
ReadOnly Default Property Item(index As Integer) As IShape
Type | Name | Description |
---|---|---|
int | index | The index number for the object. |
Type | Description |
---|---|
IShape | The object at the specified index. |
Returns a single object from a collection.
IShape this[string name] { get; }
ReadOnly Default Property Item(name As String) As IShape
Type | Name | Description |
---|---|---|
string | name | The name for the object. |