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

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

Syntax

C#
public void SetSlopeData(
	SurfaceAnalysisSlopeData[] analysisData
)
Visual Basic
Public Sub SetSlopeData ( _
	analysisData As SurfaceAnalysisSlopeData() _
)
Visual C++
public:
void SetSlopeData(
	array<SurfaceAnalysisSlopeData^>^ analysisData
)

Parameters

analysisData
Type: array<Autodesk.Civil.DatabaseServices..::..SurfaceAnalysisSlopeData>[]()[][]
An array that contains the slope analysis data for the Surface.

See Also