Click or drag to resize

PathGraphics.DistanceDisplayCondition Property

Gets or sets the distances from the camera at which this path will be displayed. If not specified, the path is displayed regardless of camera distance.

Namespace:  AGI.Foundation.Cesium
Assembly:  AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public CesiumProperty<Bounds> DistanceDisplayCondition { get; set; }

Property Value

Type: CesiumProperty<Bounds>
See Also