CentralBodySurfaceRegionGraphicsGranularity Property |
Gets or sets the granularity, in radians, used to compute the surface geometry.
If not specified, the default is
RadiansPerDegree.
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<double> Granularity { get; set; }
Public Property Granularity As CesiumProperty(Of Double)
Get
Set
public:
property CesiumProperty<double>^ Granularity {
CesiumProperty<double>^ get ();
void set (CesiumProperty<double>^ value);
}
member Granularity : CesiumProperty<float> with get, set
Property Value
Type:
CesiumPropertyDoubleSee Also