CatchmentGroupGetCatchmentId 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.292
Syntax
public ObjectId GetCatchmentId(
	string catchmentName
)

Parameters

catchmentName  String
 

Return Value

ObjectId
See Also