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.2.419.0 (24.2.419.0)
Syntax public 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:
CesiumPropertyCesiumArcTypeRemarks See Also