Share

Catchment.SetFlowPath(Point3dCollection) Method

Note: This API is now obsolete.

Sets the FlowPath of the Catchment from an array of points.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

[ObsoleteAttribute("Use FlowPath.SetPath instead", false)]
public void SetFlowPath(
	Point3dCollection FlowPath
)

VB

<ObsoleteAttribute("Use FlowPath.SetPath instead", false)>
Public Sub SetFlowPath ( 
	FlowPath As Point3dCollection
)

C++

public:
[ObsoleteAttribute(L"Use FlowPath.SetPath instead", false)]
void SetFlowPath(
	Point3dCollection^ FlowPath
)

Parameters

FlowPath  Point3dCollection
 

See Also

Reference

Was this information helpful?