DistanceCalculatorMaxDistance Property |
Maximum distance from search location to calculate distance.
Outside this distance, the results in the
Distances
may be double.MaxValue.
Namespace:
DHI.Mike1D.Engine
Assembly:
DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public double MaxDistance { get; set; }
Public Property MaxDistance As Double
Get
Set
public:
property double MaxDistance {
double get ();
void set (double value);
}
Property Value
Type:
DoubleSee Also