Share

CatchmentGroup.Create 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.280

Syntax

C#

public static ObjectId Create(
	Database database,
	string catchmentGroupName
)

VB

Public Shared Function Create ( 
	database As Database,
	catchmentGroupName As String
) As ObjectId

C++

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

Reference

Was this information helpful?