Share

BandTickStyle Class

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.8.0.280

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

 NameDescription
Public propertyIncrementSmallTicksAtBottom Gets or sets the boolean value that indicates whether to draw the tick(s) at the bottom of the selected type.
Public propertyIncrementSmallTicksAtMiddle Gets or sets the boolean value that indicates whether to draw the tick(s) in the middle of the selected type.
Public propertyIncrementSmallTicksAtTop Gets or sets the boolean value that indicates whether to draw the tick(s) at the top of the selected type.
Public propertyIncrementTicksToFullHeight Gets or sets the boolean value that indicates whether to draw the tick at the full band height.
Public propertySmallTicksAtBottomSize Gets or sets the height, in drawing units, of small ticks located at the bottom of the data band.
Public propertySmallTicksAtMiddleSize Gets or sets the height, in drawing units, of small ticks located at the middle of the data band.
Public propertySmallTicksAtTopSize Gets or sets the height, in drawing units, of small ticks located at the top of the data band.

See Also

Reference

Was this information helpful?