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.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| Visual Basic |
|---|
Public ReadOnly Property HorizontalGeometryTickStyle As AxisTickStyle
Get |
Exceptions
| Exception | Condition |
|---|
| System..::..InvalidOperationException |
Thrown when using the property HorizontalGeometryTickStyle in an AxisStyle which AxisPosition is Left, Center or Right.
|
See Also