[]
Gets or sets the marker at the specified index.
public Marker this[int index] { get; set; }
Public Default Property Item(index As Integer) As Marker
| Type | Name | Description |
|---|---|---|
| int | index | Index of the marker. |
| Type | Description |
|---|---|
| Marker | Marker. |