FlowSegmentSurfaceType Property

This property has been deprecated use TR55FlowSegment.SurfaceType instead.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntax
public ShallowFlowSurfaceType SurfaceType { get; set; }

Property Value

ShallowFlowSurfaceType
Exceptions
ExceptionCondition
InvalidOperationException Thrown when FlowSegment.FlowType is NOT TR55FlowSegmentType.FlowTypeShallowConc.
Remarks
This property only takes part in TR-55 calculation when FlowSegment.FlowType is TR55FlowSegmentType.FlowTypeShallowConc.
See Also