IXYZTable Interface
Table of corresponding levels and widths.
Namespace: DHI.Mike1D.GenericAssembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
public interface IXYZTable
| 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
|