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.4.208.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

See Also