SurfaceAnalysisUserDefinedContourData(Double, Color, ObjectId, LineWeight) Constructor

Initializes a new instance of the SurfaceAnalysisUserDefinedContourData class

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public SurfaceAnalysisUserDefinedContourData(
	double elevation,
	Color color,
	ObjectId lineTypeId,
	LineWeight lineWeight
)

Parameters

elevation  Double
 
color  Color
 
lineTypeId  ObjectId
 
lineWeight  LineWeight
 
See Also