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