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.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic static ObjectId CreateCopy(
ObjectId catchmentId,
ObjectId groupId
)
Public Shared Function CreateCopy (
catchmentId As ObjectId,
groupId As ObjectId
) As ObjectId
public:
static ObjectId CreateCopy(
ObjectId catchmentId,
ObjectId groupId
)
Parameters
- catchmentId ObjectId
-
- groupId ObjectId
-
Return Value
ObjectId
See Also