Share

AxisStyle.HorizontalGeometryTickStyle Property

Gets the style object that specifies the appearance of horizontal geometry ticks on the 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 HorizontalGeometryTickStyle { get; }

VB

Public ReadOnly Property HorizontalGeometryTickStyle As AxisTickStyle
	Get

C++

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

Property Value

AxisTickStyle

Exceptions

ExceptionCondition
InvalidOperationException Thrown when using the property HorizontalGeometryTickStyle in an AxisStyle which AxisPosition is Left, Center or Right.

See Also

Reference

Was this information helpful?