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