Gets the style object that specifies properties for the surface slope arrow analysis components.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public SurfaceSlopeArrowStyle SlopeArrowStyle { get; }
VB
Public ReadOnly Property SlopeArrowStyle As SurfaceSlopeArrowStyle Get
C++
public: property SurfaceSlopeArrowStyle^ SlopeArrowStyle { SurfaceSlopeArrowStyle^ get (); }