Share

CatchmentLabel.GetAvailableLabelIds Method

Gets an ObjectIdCollection of CatchmentLabels 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.

Return Value

ObjectIdCollection

Exceptions

ExceptionCondition
ArgumentException Thrown when the catchmentId is invalid.

See Also

Reference

Was this information helpful?