FlowSegmentSurfaceType Property |
Gets or sets the surface type for Shallow concentration flow calculation.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic ShallowFlowSurfaceType SurfaceType { get; set; }Public Property SurfaceType As ShallowFlowSurfaceType
Get
Set
public:
property ShallowFlowSurfaceType SurfaceType {
ShallowFlowSurfaceType get ();
void set (ShallowFlowSurfaceType value);
}Property Value
ShallowFlowSurfaceType
Exceptions| Exception | Condition |
|---|
| 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