Specifies the type and location of ticks for profile or section view data bands.
Inheritance Hierarchy
SystemObject[T:Autodesk.Civil.CivilWrapper<AeccDbGraphStyleBands>]
Autodesk.Civil.DatabaseServices.StylesBandTickStyle
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public sealed class BandTickStyle : [T:Autodesk.Civil.CivilWrapper<AeccDbGraphStyleBands>]
VB
Public NotInheritable Class BandTickStyle Inherits [T:Autodesk.Civil.CivilWrapper<AeccDbGraphStyleBands>]
C++
public ref class BandTickStyle sealed : public [T:Autodesk.Civil.CivilWrapper<AeccDbGraphStyleBands>]
The BandTickStyle type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| IncrementSmallTicksAtBottom | Gets or sets the boolean value that indicates whether to draw the tick(s) at the bottom of the selected type. | |
| IncrementSmallTicksAtMiddle | Gets or sets the boolean value that indicates whether to draw the tick(s) in the middle of the selected type. | |
| IncrementSmallTicksAtTop | Gets or sets the boolean value that indicates whether to draw the tick(s) at the top of the selected type. | |
| IncrementTicksToFullHeight | Gets or sets the boolean value that indicates whether to draw the tick at the full band height. | |
| SmallTicksAtBottomSize | Gets or sets the height, in drawing units, of small ticks located at the bottom of the data band. | |
| SmallTicksAtMiddleSize | Gets or sets the height, in drawing units, of small ticks located at the middle of the data band. | |
| SmallTicksAtTopSize | Gets or sets the height, in drawing units, of small ticks located at the top of the data band. |
