SetWatershedData Method

Sets the watershed analysis data for a Surface. Use this method to apply changes made to data returned by GetWatershedData().

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

Syntax

C#

public void SetWatershedData(
	SurfaceAnalysisWatershedDataCollection analysisData
)

Visual Basic

Public Sub SetWatershedData ( _
	analysisData As SurfaceAnalysisWatershedDataCollection _
)

Visual C++

public:
void SetWatershedData(
	SurfaceAnalysisWatershedDataCollection^ analysisData
)

Parameters

analysisData
Type: Autodesk.Civil.DatabaseServices.SurfaceAnalysisWatershedDataCollection
A collection that contains the watershed analysis data for the Surface.

See Also