Share

SectionViewStyle.TopAxis Property

Gets the style object that specifies display properties for section view top axes.



Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public AxisStyle TopAxis { get; }

VB

Public ReadOnly Property TopAxis As AxisStyle
	Get

C++

public:
property AxisStyle^ TopAxis {
	AxisStyle^ get ();
}

Property Value

AxisStyle

See Also

Reference

Was this information helpful?