This class encapsulates all the properties of a slope analysis of a Surface.
Inheritance Hierarchy
SystemObjectAutodesk.Civil.DatabaseServicesSurfaceAnalysisSlopeData
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
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
| Name | Description | |
|---|---|---|
| SurfaceAnalysisSlopeData | Initializes a new instance of the SurfaceAnalysisSlopeData class | |
| SurfaceAnalysisSlopeData(Double, Double, Color) | Initializes a new instance of the SurfaceAnalysisSlopeData class |
Properties
| Name | Description | |
|---|---|---|
| MaximumSlope | Gets or sets the maximum slope value for the slope range. This value is the % grade, where 1.0 = 100%. | |
| MinimumSlope | Gets or sets the minimum slope value for the slope range. This value is the % grade, where 1.0 = 100%. | |
| Scheme | Gets or sets the Color for the slope range. This is an AutoCAD Color object. |
