EllipsoidGraphicsInnerRadii Property  | 
 
            Gets or sets the inner radii of the ellipsoid.
            
 
    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> InnerRadii { get; set; }Public Property InnerRadii As CesiumProperty(Of Cartesian)
	Get
	Set
public:
property CesiumProperty<Cartesian>^ InnerRadii {
	CesiumProperty<Cartesian>^ get ();
	void set (CesiumProperty<Cartesian>^ value);
}member InnerRadii : CesiumProperty<Cartesian> with get, set
Property Value
Type: 
CesiumPropertyCartesian
See Also