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: 24.2.419.0 (24.2.419.0)
Syntax public 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:
CesiumPropertyCartesianSee Also