FlowPathGetFlowSegments Method

Gets all flow segments in this flow path.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntax
public IList<FlowSegmentBase> GetFlowSegments()

Return Value

IListFlowSegmentBase
A list of FlowSegmentBase-derived objects. Elements may be cast based on TimeOfConcentrationCalculationMethod:
Exceptions
ExceptionCondition
InvalidOperationException Thrown when the current time of concentration method is not yet supported by this API.
See Also