SetMarkerType
Внешний вид
Sets the type of a marker created with CreateMarker.
void NAPI.Marker.SetMarkerType(NetHandle marker, int/uint type);
Parameters
- marker: Parameter input should be in NetHandle type.
- type: Parameter input should be in int or uint type.
Example
<syntaxhighlight lang="csharp"> NAPI.Marker.SetMarkerType(marker, 43); </syntaxhighlight>