GetCatchmentId Method

Gets a catchment with the given name. Throws if it does not exist in this group.

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

Syntax

C#

public ObjectId GetCatchmentId(
	string catchmentName
)

Visual Basic

Public Function GetCatchmentId ( _
	catchmentName As String _
) As ObjectId

Visual C++

public:
ObjectId GetCatchmentId(
	String^ catchmentName
)

Parameters

catchmentName
Type: System.String

See Also