Method GetMarker
GetMarker(int)
Returns the marker at a given position, on the current asset.
Declaration
public IMarker GetMarker(int idx)
Parameters
Type | Name | Description |
---|---|---|
int | idx | The index of the marker to be returned. |
Returns
Type | Description |
---|---|
IMarker | The marker. |
Remarks
The ordering of the markers is not guaranteed.