GetMarkerType
Внешний вид
Gets the type of a marker created with CreateMarker.
uint NAPI.Marker.GetMarkerType(NetHandle marker);
Parameters
- marker: Parameter input should be in NetHandle type.
Returns
- uint: The type of the marker.
Example
<syntaxhighlight lang="csharp"> NAPI.Marker.GetMarkerType(marker); </syntaxhighlight>