An enumeration that defines the slope pattern length type.
Namespace: Autodesk.Civil
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public enum SlopePatternLengthType
VB
Public Enumeration SlopePatternLengthType
C++
public enum class SlopePatternLengthType
Members
| Member name | Value | Description |
|---|---|---|
| PercentOfLength | 0 | |
| Length | 1 | |
| SlopeRatio | 2 | |
| GradeRatio | 3 |
