Share

SectionViewStyle.BottomAxis Property

Gets the style object that specifies display properties for section 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 ();
}

Property Value

AxisStyle

See Also

Reference

Was this information helpful?