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