AxisTickStyle Class

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.292
Syntax
public sealed class AxisTickStyle : [T:Autodesk.Civil.CivilWrapper<AeccDbGraphStyle>]

The AxisTickStyle type exposes the following members.

Properties
 NameDescription
Public propertyInterval Gets or sets the spacing of ticks on the axes, using the actual ground units.
Public propertyJustification Gets or sets the justification (alignment) of the title.
Public propertyLabelText Gets or sets the label text for the tick.
Public propertyOffsetX Gets or sets a horizontal offset for the tick label from the bottom of the tick.
Public propertyOffsetY Gets or sets a vertical offset for the tick label from the bottom of the tick.
Public propertyRotation Gets or sets the angle for the tick label.
Public propertySize Gets or sets the height of the actual ticks on axes, using plotted units.
Public propertyTextHeight Gets or sets the height of text (in plotted units) used to label ticks.
Public propertyTextStyle Gets or sets the text style for the tick label from the available AutoCAD text styles defined in the current drawing.
Public propertyTickAndLabelStartElevationObsolete.
Gets or sets a boolean value specifies that whether need to tick and label the start elevatioin.
Top
See Also