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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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: 
CesiumPropertyCartesian
See Also