Click or drag to resize

StandardCrossSectionFilterGetArea Method

the geographic area to filter. Requires that a cross section has end point coordinates defined, otherwise it won't pass. Not active if all coordinates are Generic.Util.UndefinedDouble.

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 GetArea(
	out double xmin,
	out double ymin,
	out double xmax,
	out double ymax,
	out bool bIncludePartiallyWithinArea
)

Parameters

xmin
Type: SystemDouble
leftmost x coordinate, or Generic.Util.UndefinedDouble if not applicable
ymin
Type: SystemDouble
lowermost y coordinate or Generic.Util.UndefinedDouble
xmax
Type: SystemDouble
rightmost x coordinate or Generic.Util.UndefinedDouble
ymax
Type: SystemDouble
uppermost y coordinate or Generic.Util.UndefinedDouble
bIncludePartiallyWithinArea
Type: SystemBoolean
iff true, lets cross sections that are only partially within the given area pass as well
See Also