DistanceDisplayConditionMinimumDistance 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: 25.2.423.0 (25.2.423.0)
Syntaxpublic double MinimumDistance { get; set; }Public Property MinimumDistance As Double
Get
Set
public:
property double MinimumDistance {
double get ();
void set (double value);
}member MinimumDistance : float with get, set
Property Value
Type:
Double
Exceptions| Exception | Condition |
|---|
| ArgumentOutOfRangeException | MinimumDistance must be greater than or equal to zero.
|
See Also