DistanceCalculatorUseSignedDistance Property |
Flag specifying whether to calculate signed distances, i.e.
distance is positive in down-stream direction and negative
in up-stream direction from location
Namespace:
DHI.Mike1D.Engine
Assembly:
DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public bool UseSignedDistance { get; set; }
Public Property UseSignedDistance As Boolean
Get
Set
public:
property bool UseSignedDistance {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also