Share

SurfaceStyle.SlopeStyle Property

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



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

Syntax

C#

public SurfaceSlopeStyle SlopeStyle { get; }

VB

Public ReadOnly Property SlopeStyle As SurfaceSlopeStyle
	Get

C++

public:
property SurfaceSlopeStyle^ SlopeStyle {
	SurfaceSlopeStyle^ get ();
}

Property Value

SurfaceSlopeStyle

See Also

Reference

Was this information helpful?