Controls the title location and display on the horizontal and vertical axes of the profile view or cross section view.
Inheritance Hierarchy
SystemObject[T:Autodesk.Civil.CivilWrapper<AeccDbGraphStyle>]
Autodesk.Civil.DatabaseServices.StylesAxisTickStyle
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class AxisTickStyle : [T:Autodesk.Civil.CivilWrapper<AeccDbGraphStyle>]
VB
Public NotInheritable Class AxisTickStyle Inherits [T:Autodesk.Civil.CivilWrapper<AeccDbGraphStyle>]
C++
public ref class AxisTickStyle sealed : public [T:Autodesk.Civil.CivilWrapper<AeccDbGraphStyle>]
The AxisTickStyle type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Interval | Gets or sets the spacing of ticks on the axes, using the actual ground units. |
![]() | Justification | Gets or sets the justification (alignment) of the title. |
![]() | LabelText | Gets or sets the label text for the tick. |
![]() | OffsetX | Gets or sets a horizontal offset for the tick label from the bottom of the tick. |
![]() | OffsetY | Gets or sets a vertical offset for the tick label from the bottom of the tick. |
![]() | Rotation | Gets or sets the angle for the tick label. |
![]() | Size | Gets or sets the height of the actual ticks on axes, using plotted units. |
![]() | TextHeight | Gets or sets the height of text (in plotted units) used to label ticks. |
![]() | TextStyle | Gets or sets the text style for the tick label from the available AutoCAD text styles defined in the current drawing. |
![]() | TickAndLabelStartElevation | Obsolete. Gets or sets a boolean value specifies that whether need to tick and label the start elevatioin. |