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: 25.1.421.0 (25.1.421.0)
Syntaxpublic CesiumProperty<CesiumArcType> ArcType { get; set; }Public Property ArcType As CesiumProperty(Of CesiumArcType)
	Get
	Set
public:
property CesiumProperty<CesiumArcType>^ ArcType {
	CesiumProperty<CesiumArcType>^ get ();
	void set (CesiumProperty<CesiumArcType>^ value);
}member ArcType : CesiumProperty<CesiumArcType> with get, set
Property Value
Type: 
CesiumPropertyCesiumArcType
Remarks
See Also