CatchmentSetFlowPath(FlowPath) Method

Note: This API is now obsolete.

Sets the FlowPath of the Catchment from another flow path.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
[ObsoleteAttribute("Use Catchment.FlowPath instead", true)]
public void SetFlowPath(
	FlowPath flowPath
)

Parameters

flowPath  FlowPath
 
See Also