FlowSegmentLabelGetAvailableLabelIds Method

Gets an ObjectIdCollection of the FlowSegmentLabels on the specified Catchment.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public static ObjectIdCollection GetAvailableLabelIds(
	ObjectId catchmentId
)

Parameters

catchmentId  ObjectId
The ObjectId of the Catchment to get the FlowSegmentLabels for.

Return Value

ObjectIdCollection
Exceptions
ExceptionCondition
ArgumentException Thrown when the catchmentId is invalid.
See Also