CrossSectionDataGetZExtremes Method |
returns the global extrema for z coordinates
Namespace:
DHI.Mike1D.CrossSectionModule
Assembly:
DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public void GetZExtremes(
bool bSelectedOnly,
out double dZmax,
out double dZmin,
out double dMaxHeight
)
Parameters
- bSelectedOnly
- Type: SystemBoolean
true iff the extrema are to be found within cross
section with Selected = true only - dZmax
- Type: SystemDouble
the largest z coordinate, or COMMath.DOUBLE_NaN if
none found - dZmin
- Type: SystemDouble
the smallest z coordinate, or COMMath.DOUBLE_NaN if
none found - dMaxHeight
- Type: SystemDouble
the largest difference among all cross sections'
(zmax-zmin), or COMMath.DOUBLE_NaN if none found
See Also