SurfaceAnalysisGetSlopeData Method |
Gets the slope analysis data for a Surface.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic SurfaceAnalysisSlopeData[] GetSlopeData()
Public Function GetSlopeData As SurfaceAnalysisSlopeData()
public:
array<SurfaceAnalysisSlopeData^>^ GetSlopeData()
Return Value
SurfaceAnalysisSlopeData
An array of SurfaceAnalysisSlopeData objects.
Remarks
This method returns slope analysis data for a Surface. Data only exists if it has been generated in the
Surface Analysis tab. Slopes will appear in the GUI if the slope component of the surface style
are set to visible, but the analysis data will be empty. Data is generated from the Analysis tab on the
Surface Properties dialog.
Use SetSlopeData() to apply changes made to data returned by this method.
See Also