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