Share

Catchment.SetFlowPath(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.280

Syntax

C#

[ObsoleteAttribute("Use Catchment.FlowPath instead", true)]
public void SetFlowPath(
	FlowPath flowPath
)

VB

<ObsoleteAttribute("Use Catchment.FlowPath instead", true)>
Public Sub SetFlowPath ( 
	flowPath As FlowPath
)

C++

public:
[ObsoleteAttribute(L"Use Catchment.FlowPath instead", true)]
void SetFlowPath(
	FlowPath^ flowPath
)

Parameters

flowPath  FlowPath
 

See Also

Reference

Was this information helpful?