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