This class encapsulates all the properties of a slope analysis of a Surface.

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

Syntax

C#
public sealed class SurfaceAnalysisSlopeData : ISurfaceAnalysis
Visual Basic
Public NotInheritable Class SurfaceAnalysisSlopeData _
	Implements ISurfaceAnalysis
Visual C++
public ref class SurfaceAnalysisSlopeData sealed : ISurfaceAnalysis

Remarks

This class defines a single slope range, specified by a minimum and maximum slope value (% grade). It also defines the color for the slope, which is an AutoCAD Color object.

A Surface slope analysis typically contains several slope ranges. The Surface.Analysis.GetSlopeData() method returns an array of SurfaceAnalysisSlopeData objects, one for each slope range.

Inheritance Hierarchy

System..::..Object
  Autodesk.Civil.DatabaseServices..::..SurfaceAnalysisSlopeData

See Also