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.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public static ObjectId CreateCopy(
ObjectId catchmentId,
ObjectId groupId
) |
Visual Basic |
---|
Public Shared Function CreateCopy ( _
catchmentId As ObjectId, _
groupId As ObjectId _
) As ObjectId |
Visual C++ |
---|
public:
static ObjectId CreateCopy(
ObjectId catchmentId,
ObjectId groupId
) |
Parameters
- catchmentId
- Type: ObjectId
- groupId
- Type: ObjectId
See Also