IXYZTable Interface

Table of corresponding levels and widths.

Definition

Namespace: DHI.Mike1D.Generic
Assembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public interface IXYZTable

Properties

XValues Get x values
YValues Get y values
ZValues Get z values

Methods

Add Mehtod added to support COM enabling
Sort Mehtod added to support COM enabling
Validate Validates the data. The only constraint is that the x values after sorting must be monotonically increasing.
YFromX Interpolates/extrapolates width using linear interpolation
ZFromX Interpolates/extrapolates width using linear interpolation

See Also