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