An enumeration that defines the slope pattern offset type.
Namespace: Autodesk.Civil
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public enum SlopePatternOffsetType
VB
Public Enumeration SlopePatternOffsetType
C++
public enum class SlopePatternOffsetType
Members
| Member name | Value | Description |
|---|---|---|
| PercentLength | 0 | |
| FixedLength | 1 | |
| Divide | 2 |
