Share

AxisTitleStyle Class

The AxisTitleStyle class, which defines the text, text style, size etc. of an axis title.

Inheritance Hierarchy

SystemObject
  [T:Autodesk.Civil.CivilWrapper<AeccDbGraphStyle>]
    Autodesk.Civil.DatabaseServices.StylesAxisTitleStyle


Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public sealed class AxisTitleStyle : [T:Autodesk.Civil.CivilWrapper<AeccDbGraphStyle>]

VB

Public NotInheritable Class AxisTitleStyle
	Inherits [T:Autodesk.Civil.CivilWrapper<AeccDbGraphStyle>]

C++

public ref class AxisTitleStyle sealed : public [T:Autodesk.Civil.CivilWrapper<AeccDbGraphStyle>]

The AxisTitleStyle type exposes the following members.

Properties

 NameDescription
Public propertyLocation Gets or sets the location of the title in relation to the view grid.
Public propertyOffsetX Gets or sets a horizontal offset from the Location setting.
Public propertyOffsetY Gets or sets a vertical offset from the Location setting.
Public propertyRotation Gets or sets the angle for the axis title.
Public propertyText Gets or sets the title text for the axis.
Public propertyTextHeight Gets or sets the axis title text height (in plotted units).
Public propertyTextStyle Gets or sets the text style for the axis title from the available AutoCAD text styles defined in the current drawing.

See Also

Reference

Was this information helpful?