NetworkDataDoubleArrayFailOnLengthDifferences Property
Behavior in interpolation if the length of the arrays differ:
Setting the FailOnLengthDifferences to true will throw an
exception if the lengths differ.
Setting the FailOnLengthDifferences to false will return the
array closest to the requested location, i.e., no interpolation.
Namespace: DHI.Mike1D.GenericAssembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
public bool FailOnLengthDifferences { get; }
Property Value
Boolean