GetAvailableLabelIds Method

Gets an ObjectIdCollection of the FlowSegmentLabels on the specified Catchment.

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

Syntax

C#

public static ObjectIdCollection GetAvailableLabelIds(
	ObjectId catchmentId
)

Visual Basic

Public Shared Function GetAvailableLabelIds ( _
	catchmentId As ObjectId _
) As ObjectIdCollection

Visual C++

public:
static ObjectIdCollection^ GetAvailableLabelIds(
	ObjectId catchmentId
)

Parameters

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

Exceptions

ExceptionCondition
System.ArgumentException Thrown when the catchmentId is invalid.

See Also