CrossSectionDataGetZExtremes Method
returns the global extrema for z coordinates
Namespace: DHI.Mike1D.CrossSectionModuleAssembly: DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 24.0.0.0 (11.1.1.1111)
public void GetZExtremes(
bool bSelectedOnly,
out double dZmax,
out double dZmin,
out double dMaxHeight
)
Parameters
- bSelectedOnly Boolean
- true iff the extrema are to be found within cross
section with Selected = true only
- dZmax Double
- the largest z coordinate, or Generic.Util.UndefinedDouble if
none found
- dZmin Double
- the smallest z coordinate, or Generic.Util.UndefinedDouble if
none found
- dMaxHeight Double
- the largest difference among all cross sections'
(zmax-zmin), or Generic.Util.UndefinedDouble if none found