BridgeSmoothType Enumeration |
Enumeration describing Bridge Table smoothing filer, 0 - no filter, 1-3 different filters, -1 Max filter
Namespace:
DHI.Mike1D.StructureModule
Assembly:
DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public enum BridgeSmoothType
Members
| Member name | Value | Description |
---|
| Max | -1 |
Max
|
| None | 0 |
No filter
|
| First | 1 |
First - cent = 1, line = 1, corn = 1
|
| Second | 2 |
Second - cent = 4, line = 1, corn = 1
|
| Third | 3 |
Third - cent = 4, line = 2, corn = 1
|
See Also