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

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

Syntax

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

Parameters

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

See Also