Share

AxisStyle.MajorTickStyle Property

Gets the style object that specifies the appearance of major ticks on the vertical or horizontal axes, for example, interval, size, height, etc.



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

Syntax

C#

public AxisTickStyle MajorTickStyle { get; }

VB

Public ReadOnly Property MajorTickStyle As AxisTickStyle
	Get

C++

public:
property AxisTickStyle^ MajorTickStyle {
	AxisTickStyle^ get ();
}

Property Value

AxisTickStyle

See Also

Reference

Was this information helpful?