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