SensorFieldOfViewGraphicsIntersectionWidth Property |
Gets or sets the width of the intersection outline of the sensor with the central body.
If not specified, the default is 1.0.
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> IntersectionWidth { get; set; }
Public Property IntersectionWidth As CesiumProperty(Of Double)
Get
Set
public:
property CesiumProperty<double>^ IntersectionWidth {
CesiumProperty<double>^ get ();
void set (CesiumProperty<double>^ value);
}
member IntersectionWidth : CesiumProperty<float> with get, set
Property Value
Type:
CesiumPropertyDoubleSee Also