Share

Catchment.ShallowFlowSegments Property

Gets the count of Shallow Flow Segments for TR-55 TOC method.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public int ShallowFlowSegments { get; }

VB

Public ReadOnly Property ShallowFlowSegments As Integer
	Get

C++

public:
property int ShallowFlowSegments {
	int get ();
}

Property Value

Int32

Remarks

This value only works when TOC(Tim of Concentration) method is TR-55.

See Also

Reference

Was this information helpful?