GetMarkerScale
Gets the scale of a marker created with CreateMarker.
C# Syntax
uint NAPI.Marker.GetMarkerType(NetHandle marker);
Parameters
- marker: Parameter input should be in NetHandle type.
Returns
- uint: The type of the marker.
Example
NAPI.Marker.GetMarkerType(marker);