Share

SectionViewStyle.LeftAxis Property

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



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

Syntax

C#

public AxisStyle LeftAxis { get; }

VB

Public ReadOnly Property LeftAxis As AxisStyle
	Get

C++

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

Property Value

AxisStyle

See Also

Reference

Was this information helpful?