Click or drag to resize

CentralBodySurfaceCurveGraphicsArcType Property

Gets or sets the type of arc that should connect the positions of the line. If not specified, the default value will be determined by the type of EllipsoidSurfaceCurve.

Namespace:  AGI.Foundation.Cesium
Assembly:  AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public CesiumProperty<CesiumArcType> ArcType { get; set; }

Property Value

Type: CesiumPropertyCesiumArcType
Remarks
If the curve is an EllipsoidRhumbLine or an EllipsoidComplexSurfaceCurve entirely made up of EllipsoidRhumbLine curves, then the value will be Rhumb. Otherwise, the value will be Geodesic.
See Also