GetAvailableCatchmentLabelIds Method

Gets the ObjectIdCollection of all CatchmentLabels for the Catchment.

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

Syntax

C#

public ObjectIdCollection GetAvailableCatchmentLabelIds()

Visual Basic

Public Function GetAvailableCatchmentLabelIds As ObjectIdCollection

Visual C++

public:
ObjectIdCollection^ GetAvailableCatchmentLabelIds()

See Also