Share

MassHaulViewStyle.TopAxis Property

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



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

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?