GetAvailableCatchmentLabelIds Method

Gets the ObjectIdCollection of all CatchmentLabels for the Catchment.

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

Syntax

C#

public ObjectIdCollection GetAvailableCatchmentLabelIds()

Visual Basic

Public Function GetAvailableCatchmentLabelIds As ObjectIdCollection

Visual C++

public:
ObjectIdCollection^ GetAvailableCatchmentLabelIds()

See Also