Initializes a new instance of the SurfaceAnalysisSlopeData class

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

Syntax

C#
public SurfaceAnalysisSlopeData(
	double minimumSlope,
	double maximumSlope,
	Color scheme
)
Visual Basic
Public Sub New ( _
	minimumSlope As Double, _
	maximumSlope As Double, _
	scheme As Color _
)
Visual C++
public:
SurfaceAnalysisSlopeData(
	double minimumSlope, 
	double maximumSlope, 
	Color^ scheme
)

Parameters

minimumSlope
Type: System..::..Double
maximumSlope
Type: System..::..Double
scheme
Type: Color

See Also