Share

SurfaceAnalysisSlopeData Class

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

Inheritance Hierarchy

SystemObject
  Autodesk.Civil.DatabaseServicesSurfaceAnalysisSlopeData


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

Syntax

C#

public sealed class SurfaceAnalysisSlopeData

VB

Public NotInheritable Class SurfaceAnalysisSlopeData

C++

public ref class SurfaceAnalysisSlopeData sealed

The SurfaceAnalysisSlopeData type exposes the following members.

Constructors

 NameDescription
Public methodSurfaceAnalysisSlopeDataInitializes a new instance of the SurfaceAnalysisSlopeData class
Public methodSurfaceAnalysisSlopeData(Double, Double, Color)Initializes a new instance of the SurfaceAnalysisSlopeData class

Properties

 NameDescription
Public propertyMaximumSlope Gets or sets the maximum slope value for the slope range. This value is the % grade, where 1.0 = 100%.
Public propertyMinimumSlope Gets or sets the minimum slope value for the slope range. This value is the % grade, where 1.0 = 100%.
Public propertyScheme Gets or sets the Color for the slope range. This is an AutoCAD Color object.

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.

See Also

Reference

Was this information helpful?