Click or drag to resize

CentralBodySurfaceRegionGraphicsArcType Property

Gets or sets the type of arc that should connect the positions of the polygon. If not specified, the default value will be determined by the type of EllipsoidSurfaceCurve returned by the region's BoundaryCurve.

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 boundary 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