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