Gets or sets the surface type for Shallow concentration flow calculation.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.5.1584.0
Syntax
| C# |
|---|
public ShallowFlowSurfaceType SurfaceType { get; set; } |
| Visual Basic |
|---|
Public Property SurfaceType As ShallowFlowSurfaceType Get Set |
| Visual C++ |
|---|
public: property ShallowFlowSurfaceType SurfaceType { ShallowFlowSurfaceType get (); void set (ShallowFlowSurfaceType value); } |
Remarks
This property only takes part in TR-55 calculation when FlowSegment.FlowType is TR55FlowSegmentType.FlowTypeShallowConc.
Exceptions
| Exception | Condition |
|---|---|
| System..::..InvalidOperationException | Thrown when FlowSegment.FlowType is NOT TR55FlowSegmentType.FlowTypeShallowConc. |