Click or drag to resize

CrossSectionDataGetZExtremes Method

returns the global extrema for z coordinates

Namespace:  DHI.Mike1D.CrossSectionModule
Assembly:  DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 19.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 Generic.Util.UndefinedDouble if none found
dZmin
Type: SystemDouble
the smallest z coordinate, or Generic.Util.UndefinedDouble if none found
dMaxHeight
Type: SystemDouble
the largest difference among all cross sections' (zmax-zmin), or Generic.Util.UndefinedDouble if none found
See Also