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