Gets the band section data tick style at the grade breaks.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public BandTickStyle GradeBreaksTickStyle { get; }
VB
Public ReadOnly Property GradeBreaksTickStyle As BandTickStyle Get
C++
public: property BandTickStyle^ GradeBreaksTickStyle { BandTickStyle^ get (); }