Creates a new catchment group and adds it to the database.
Throws an error if a catchment group of the same name already exists
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.5.1584.0
Syntax
| C# |
|---|
public static ObjectId Create( Database database, string catchmentGroupName ) |
| Visual Basic |
|---|
Public Shared Function Create ( _ database As Database, _ catchmentGroupName As String _ ) As ObjectId |
| Visual C++ |
|---|
public: static ObjectId Create( Database^ database, String^ catchmentGroupName ) |
Parameters
- database
- Type: Database
- catchmentGroupName
- Type: System..::..String
Remarks
It's an equivalent method to CatchmentGroupCollection.Add()