Click or drag to resize

IXYZTable Interface

Table of corresponding levels and widths.

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public interface IXYZTable

The IXYZTable type exposes the following members.

Properties
  NameDescription
Public propertyXValues
Get x values
Public propertyYValues
Get y values
Public propertyZValues
Get z values
Top
Methods
  NameDescription
Public methodAdd
Mehtod added to support COM enabling
Public methodSort
Mehtod added to support COM enabling
Public methodValidate
Validates the data. The only constraint is that the x values after sorting must be monotonically increasing.
Public methodYFromX
Interpolates/extrapolates width using linear interpolation
Public methodZFromX
Interpolates/extrapolates width using linear interpolation
Top
See Also