Share

SurfaceAnalysisSlopeArrowData(Double, Double, Color) Constructor

Initializes a new instance of the SurfaceAnalysisSlopeArrowData class



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

Syntax

C#

public SurfaceAnalysisSlopeArrowData(
	double minimumSlope,
	double maximumSlope,
	Color scheme
)

VB

Public Sub New ( 
	minimumSlope As Double,
	maximumSlope As Double,
	scheme As Color
)

C++

public:
SurfaceAnalysisSlopeArrowData(
	double minimumSlope, 
	double maximumSlope, 
	Color^ scheme
)

Parameters

minimumSlope  Double
 
maximumSlope  Double
 
scheme  Color
 

See Also

Reference

Was this information helpful?