LinkGraphicsGranularity Property |
Gets or sets the granularity, in radians, used to compute the line.
If not specified, the default is
RadiansPerDegree.
Namespace:
AGI.Foundation.Cesium
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 23.2.417.0 (23.2.417.0)
Syntaxpublic 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:
CesiumPropertyDouble
See Also