Method GetMarker
GetMarker(int)
Returns the marker at a given position, on the current asset.
선언
public IMarker GetMarker(int idx)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| int | idx | The index of the marker to be returned. |
반환
| 타입 | 설명 |
|---|---|
| IMarker | The marker. |
참고
The ordering of the markers is not guaranteed.