Share

Catchment.CreateCopy 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.280

Syntax

C#

public static ObjectId CreateCopy(
	ObjectId catchmentId,
	ObjectId groupId
)

VB

Public Shared Function CreateCopy ( 
	catchmentId As ObjectId,
	groupId As ObjectId
) As ObjectId

C++

public:
static ObjectId CreateCopy(
	ObjectId catchmentId, 
	ObjectId groupId
)

Parameters

catchmentId  ObjectId
 
groupId  ObjectId
 

Return Value

ObjectId

See Also

Reference

Was this information helpful?