Res1DSpatialFilterTypeEnum Enumeration |
Type enum used in
Res1DNetworkFilter to specify which grid points
on a reach to include in the filter.
Namespace:
DHI.Mike1D.ResultDataAccess
Assembly:
DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax [FlagsAttribute]
public enum Res1DSpatialFilterTypeEnum
Members
| Member name | Value | Description |
---|
| None | 0 |
Not included
|
| First | 1 |
First of spatial type (grid point)
|
| Last | 2 |
Last of spatial type (grid point)
|
| All | 4 |
All of spatial type (grid point and others)
|
See Also