CatchmentGroupCreate Method

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.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public static ObjectId Create(
	Database database,
	string catchmentGroupName
)

Parameters

database  Database
 
catchmentGroupName  String
 

Return Value

ObjectId
Remarks
It's an equivalent method to CatchmentGroupCollection.Add()
See Also