SurfaceAnalysisSetContourData Method

Sets the surface contour analysis data for a Surface. Use this method to apply changes made to data returned by GetContourData().

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public void SetContourData(
	SurfaceAnalysisContourData[] analysisData
)

Parameters

analysisData  SurfaceAnalysisContourData
An array that contains the contour analysis data for the Surface.
See Also