Sets the slope arrow analysis data for a Surface. Use this method to apply changes made to data returned by GetSlopeArrowData().
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.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: Autodesk.Civil.DatabaseServices.SurfaceAnalysisSlopeArrowData[]
An array that contains the slope arrow analysis data for the Surface.