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