Gets the style object that specifies properties for surface slope analysis components.

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

Syntax

C#
public SurfaceSlopeStyle SlopeStyle { get; }
Visual Basic
Public ReadOnly Property SlopeStyle As SurfaceSlopeStyle
	Get
Visual C++
public:
property SurfaceSlopeStyle^ SlopeStyle {
	SurfaceSlopeStyle^ get ();
}

See Also