Share

SurfaceAnalysis.SetSlopeArrowData Method

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.8.0.280

Syntax

C#

public void SetSlopeArrowData(
	SurfaceAnalysisSlopeArrowData[] analysisData
)

VB

Public Sub SetSlopeArrowData ( 
	analysisData As SurfaceAnalysisSlopeArrowData()
)

C++

public:
void SetSlopeArrowData(
	array<SurfaceAnalysisSlopeArrowData^>^ analysisData
)

Parameters

analysisData  SurfaceAnalysisSlopeArrowData
An array that contains the slope arrow analysis data for the Surface.

See Also

Reference

Was this information helpful?