SensorFieldOfViewGraphicsViewshedResolution Property |
Gets or sets the resolution in pixels of the viewshed.
If not specified, the default value is 2048.
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> ViewshedResolution { get; set; }
Public Property ViewshedResolution As CesiumProperty(Of Integer)
Get
Set
public:
property CesiumProperty<int>^ ViewshedResolution {
CesiumProperty<int>^ get ();
void set (CesiumProperty<int>^ value);
}
member ViewshedResolution : CesiumProperty<int> with get, set
Property Value
Type:
CesiumPropertyInt32See Also