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 Generic.Util.UndefinedDouble to deactivate.

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 SetArea(
	double xmin,
	double ymin,
	double xmax,
	double ymax,
	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, let cross sections that are only partially within the given area pass as well
See Also