Defines ProfileDataBandStyle display style type.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public enum ProfileDataDisplayStyleType |
| Visual Basic |
|---|
Public Enumeration ProfileDataDisplayStyleType |
| Visual C++ |
|---|
public enum class ProfileDataDisplayStyleType |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Border | 0 | ||
| TitleBox | 1 | ||
| TitleBoxText | 2 | ||
| MajorTicks | 3 | ||
| MinorTicks | 4 | ||
| TicksAtVGP | 5 | ||
| TicksAtHGP | 6 | ||
| TicksAtStationEquations | 7 | ||
| MajorStationLabel | 8 | ||
| MinorStationLabel | 9 | ||
| LabelsAtVGP | 10 | ||
| LabelsAtHGP | 11 | ||
| LabelsAtStationEquations | 12 | ||
| LabelsAtIncrementalDistance | 13 |