SurfaceAnalysisContourData(Double, Double, ContourValues) Constructor

Initializes a new instance of the SurfaceAnalysisContourData class

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public SurfaceAnalysisContourData(
	double minimumElevation,
	double maximumElevation,
	ContourValues contourValue
)

Parameters

minimumElevation  Double
 
maximumElevation  Double
 
contourValue  ContourValues
 
See Also