Gets a catchment with the given name. Throws if it does not exist in this group.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.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