CatchmentGroupGetCatchmentId Method |
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.8.0.292
Syntaxpublic ObjectId GetCatchmentId(
string catchmentName
)
Public Function GetCatchmentId (
catchmentName As String
) As ObjectId
public:
ObjectId GetCatchmentId(
String^ catchmentName
)
Parameters
- catchmentName String
-
Return Value
ObjectId
See Also