EllipsoidGraphicsRadii Property |
Gets or sets the radii of the ellipsoid. This property must be specified, or the ellipsoid will not be displayed.
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<Cartesian> Radii { get; set; }
Public Property Radii As CesiumProperty(Of Cartesian)
Get
Set
public:
property CesiumProperty<Cartesian>^ Radii {
CesiumProperty<Cartesian>^ get ();
void set (CesiumProperty<Cartesian>^ value);
}
member Radii : CesiumProperty<Cartesian> with get, set
Property Value
Type:
CesiumPropertyCartesianSee Also