PointGraphicsDistanceDisplayCondition Property  | 
 
            Gets or sets the distances from the camera at which this point will be displayed.
            If not specified, the point 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)
Syntaxpublic CesiumProperty<Bounds> DistanceDisplayCondition { get; set; }Public Property DistanceDisplayCondition As CesiumProperty(Of Bounds)
	Get
	Set
public:
property CesiumProperty<Bounds>^ DistanceDisplayCondition {
	CesiumProperty<Bounds>^ get ();
	void set (CesiumProperty<Bounds>^ value);
}member DistanceDisplayCondition : CesiumProperty<Bounds> with get, set
Property Value
Type: 
CesiumPropertyBounds
See Also