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 COMMath.DOUBLE_NaN.
Namespace:
DHI.Mike1D.CrossSectionModule
Assembly:
DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 16.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 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, lets cross sections that
are only partially within the given area pass as well
See Also