Gets the style object that specifies display properties for masshual view bottom axes.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public AxisStyle BottomAxis { get; }
VB
Public ReadOnly Property BottomAxis As AxisStyle Get
C++
public: property AxisStyle^ BottomAxis { AxisStyle^ get (); }