Defines ProfileDataBandStyle display style type.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public enum ProfileDataDisplayStyleType
VB
Public Enumeration ProfileDataDisplayStyleType
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 |