CatchmentCreateCopy Method

Creates a copy of the catchment and assigns it to a new group. This is equivalent to a Copy Catchment To Group operation. To be consistent with the user interface, the user shall change the name of the new catchment (if desired) after the copy operation has been performed.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public static ObjectId CreateCopy(
	ObjectId catchmentId,
	ObjectId groupId
)

Parameters

catchmentId  ObjectId
 
groupId  ObjectId
 

Return Value

ObjectId
See Also