Click or drag to resize

StandardCrossSectionFilterSetArea Method

the geographic area to filter. Requires that a cross section has end point coordinates defined, otherwise it won't pass. Set all coordinates to COMMath.DOUBLE_NaN to deactivate.

Namespace:  DHI.Mike1D.CrossSectionModule
Assembly:  DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public void SetArea(
	double xmin,
	double ymin,
	double xmax,
	double ymax,
	bool bIncludePartiallyWithinArea
)

Parameters

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