Click or drag to resize

DistanceToGlobeOverlayDisplayConditionMinimumDistance Property

Gets or sets the minimum distance, in meters, of the inclusive distance interval.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public double MinimumDistance { get; set; }

Property Value

Type: Double
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionMinimumDistance must be greater than or equal to zero.
See Also