DistanceToGlobeOverlayDisplayConditionMaximumDistance Property |
Gets or sets the maximum distance, in meters, of the inclusive distance interval.
Use Double.MaxValue to ignore checking the maximum distance.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic double MaximumDistance { get; set; }Public Property MaximumDistance As Double
Get
Set
public:
property double MaximumDistance {
double get ();
void set (double value);
}member MaximumDistance : float with get, set
Property Value
Type:
Double
Exceptions| Exception | Condition |
|---|
| ArgumentOutOfRangeException | MaximumDistance must be greater than or equal to zero.
|
See Also