Moves a catchment to another catchment group.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.5.1584.0
Syntax
| C# |
|---|
public static void MoveCatchment(
ObjectId catchmentId,
ObjectId catchmentGroupIdTo
) |
| Visual Basic |
|---|
Public Shared Sub MoveCatchment ( _
catchmentId As ObjectId, _
catchmentGroupIdTo As ObjectId _
) |
| Visual C++ |
|---|
public:
static void MoveCatchment(
ObjectId catchmentId,
ObjectId catchmentGroupIdTo
) |
Parameters
- catchmentId
- Type: ObjectId
ObjectId of catchment object to be moved.
- catchmentGroupIdTo
- Type: ObjectId
ObjectId of catchment group to which the catchment object is moved.
See Also