ProfileDataDisplayStyleType Enumeration |
Defines ProfileDataBandStyle display style type.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic enum ProfileDataDisplayStyleType
Public Enumeration ProfileDataDisplayStyleType
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 | |
See Also