Gets an ObjectIdCollection of the FlowSegmentLabels on the specified Catchment.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public static ObjectIdCollection GetAvailableLabelIds( ObjectId catchmentId )
VB
Public Shared Function GetAvailableLabelIds ( catchmentId As ObjectId ) As ObjectIdCollection
C++
public: static ObjectIdCollection^ GetAvailableLabelIds( ObjectId catchmentId )
Parameters
- catchmentId ObjectId
- The ObjectId of the Catchment to get the FlowSegmentLabels for.
Return Value
ObjectIdCollectionExceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when the catchmentId is invalid. |