CatchmentGroupCollectionAdd Method

Creates a new catchment group and adds it to the database.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public override sealed ObjectId Add(
	string name
)

Parameters

name  String
The name of the new catchment group.

Return Value

ObjectId
Exceptions
ExceptionCondition
ArgumentException Thrown when the name is invalid or already exists.
Remarks
It's an equivalent method to CatchmentGroup.Create()
See Also