Share

CatchmentGroup.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.8.0.280

Syntax

C#

public ObjectId GetCatchmentId(
	string catchmentName
)

VB

Public Function GetCatchmentId ( 
	catchmentName As String
) As ObjectId

C++

public:
ObjectId GetCatchmentId(
	String^ catchmentName
)

Parameters

catchmentName  String
 

Return Value

ObjectId

See Also

Reference

Was this information helpful?