Method DeleteMarker
DeleteMarker(IMarker)
Removes a marker from the current asset.
선언
public bool DeleteMarker(IMarker marker)
파라미터
타입 | 이름 | 설명 |
---|---|---|
IMarker | marker | The marker instance to be removed. |
반환
타입 | 설명 |
---|---|
bool | Returns true if the marker instance was successfully removed. Returns false otherwise. |