Share

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.280

Syntax

C#

public SurfaceAnalysisUserDefinedContourData(
	double elevation,
	Color color,
	ObjectId lineTypeId,
	LineWeight lineWeight
)

VB

Public Sub New ( 
	elevation As Double,
	color As Color,
	lineTypeId As ObjectId,
	lineWeight As LineWeight
)

C++

public:
SurfaceAnalysisUserDefinedContourData(
	double elevation, 
	Color^ color, 
	ObjectId lineTypeId, 
	LineWeight lineWeight
)

Parameters

elevation  Double
 
color  Color
 
lineTypeId  ObjectId
 
lineWeight  LineWeight
 

See Also

Reference

Was this information helpful?