API Reference
Class
GlobeArc
Fluent arc builder for GlobeGl.
Inheritance
- Object
- GlobeArc
Methods
public GlobeArc Altitude(Double altitude) #Returns:
GlobeArcSets arc altitude (0-1 typical range).
Parameters
- altitude System.Double
Color 2 overloads
public GlobeArc ColorHex(String colorHex) #Returns:
GlobeArcEditorBrowsable(2)Sets arc color using a custom hex value.
Parameters
- colorHex System.String
public GlobeArc Dash(Double dashLength = 0.4, Double dashGap = 0.2, Int32 animateTimeMs = 4000, Double initialGap = 0) #Returns:
GlobeArcEnables dashed arc rendering.
Parameters
- dashLength System.Double = 0.4
- dashGap System.Double = 0.2
- animateTimeMs System.Int32 = 4000
- initialGap System.Double = 0
public GlobeArc Label(String label) #Returns:
GlobeArcSets arc label (used for tooltips if enabled later).
Parameters
- label System.String
public GlobeArc Stroke(Double stroke) #Returns:
GlobeArcSets arc stroke width.
Parameters
- stroke System.Double