An enumeration that defines the slope pattern symbol type.
Namespace: Autodesk.Civil
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public enum SlopePatternSymbolType
VB
Public Enumeration SlopePatternSymbolType
C++
public enum class SlopePatternSymbolType
Members
| Member name | Value | Description |
|---|---|---|
| None | 0 | |
| Block | 1 | |
| Triangle | 2 | |
| TriangleFilled | 3 | |
| TaperedLines | 4 | |
| TaperedLinesNoGap | 5 |
