Gets or sets the surface type for Shallow concentration flow calculation.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public ShallowFlowSurfaceType SurfaceType { get; set; }
VB
Public Property SurfaceType As ShallowFlowSurfaceType Get Set
C++
public: property ShallowFlowSurfaceType SurfaceType { ShallowFlowSurfaceType get (); void set (ShallowFlowSurfaceType value); }
Property Value
ShallowFlowSurfaceTypeExceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when FlowSegment.FlowType is NOT TR55FlowSegmentType.FlowTypeShallowConc. |