EllipsoidGraphicsSubdivisions Property |
Gets or sets the number of points per outline; thus controlling the granularity.
If not specified, the default is 128.
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<int> Subdivisions { get; set; }
Public Property Subdivisions As CesiumProperty(Of Integer)
Get
Set
public:
property CesiumProperty<int>^ Subdivisions {
CesiumProperty<int>^ get ();
void set (CesiumProperty<int>^ value);
}
member Subdivisions : CesiumProperty<int> with get, set
Property Value
Type:
CesiumPropertyInt32See Also