Share

SurfaceAnalysis.GetContourData Method

Gets the surface contour analysis data for a Surface.



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

Syntax

C#

public SurfaceAnalysisContourData[] GetContourData()

VB

Public Function GetContourData As SurfaceAnalysisContourData()

C++

public:
array<SurfaceAnalysisContourData^>^ GetContourData()

Return Value

SurfaceAnalysisContourData
An array of SurfaceAnalysisContourData objects.

Remarks

This method returns contour analysis data for a Surface. Data only exists if it has been generated in the Surface Analysis tab. Countours will appear in the GUI if the countour components 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 SetContourData() to apply changes made to data returned by this method.

See Also

Reference

Was this information helpful?