CatchmentGroupMoveCatchment Method

Moves a catchment to another catchment group.

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

Parameters

catchmentId  ObjectId
ObjectId of catchment object to be moved.
catchmentGroupIdTo  ObjectId
ObjectId of catchment group to which the catchment object is moved.
See Also