Res1DNetworkDataTimeSetWrapperExtrapolationDistance Property |
Distance from gridpoint where extrapolation takes place, i.e., if location chainage
is outside the network value chainage span, but less than
ExtrapolationDistance from the span,
then the nearest value is extrapolated. Set to 0 to disable. Default is
LOCATION_EQUAL_TOLERANCE. Can not be negative.
Namespace:
DHI.Mike1D.ResultDataAccess
Assembly:
DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public double ExtrapolationDistance { get; set; }
Public Property ExtrapolationDistance As Double
Get
Set
public:
property double ExtrapolationDistance {
double get ();
void set (double value);
}
Property Value
Type:
DoubleSee Also