SurfaceAnalysisSetSlopeData Method |
Sets the slope analysis data for a Surface. Use this method to apply changes made to data returned by
GetSlopeData().
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void SetSlopeData(
SurfaceAnalysisSlopeData[] analysisData
)
Public Sub SetSlopeData (
analysisData As SurfaceAnalysisSlopeData()
)
public:
void SetSlopeData(
array<SurfaceAnalysisSlopeData^>^ analysisData
)
Parameters
- analysisData SurfaceAnalysisSlopeData
- An array that contains the slope analysis data for the Surface.
See Also