Click or drag to resize

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: 19.0.0.0 (11.1.1.1111)
Syntax
public enum BridgeSmoothType
Members
  Member nameValueDescription
Max-1 Max
None0 No filter
First1 First - cent = 1, line = 1, corn = 1
Second2 Second - cent = 4, line = 1, corn = 1
Third3 Third - cent = 4, line = 2, corn = 1
See Also