Defines AlignmentStyle display style type.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public enum AlignmentDisplayStyleType
VB
Public Enumeration AlignmentDisplayStyleType
C++
public enum class AlignmentDisplayStyleType
Members
| Member name | Value | Description |
|---|---|---|
| Line | 0 | |
| Curve | 1 | |
| Spiral | 2 | |
| Arrow | 3 | |
| LineExtensions | 4 | |
| CurveExtensions | 5 | |
| TangentExtensions | 11 | |
| WarningSymbol | 20 |
