Share

SuperelevationView.CreatePolyline Method



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

Syntax

C#

public ObjectId CreatePolyline(
	SlopeLineDefinition slopeLineDef
)

VB

Public Function CreatePolyline ( 
	slopeLineDef As SlopeLineDefinition
) As ObjectId

C++

public:
ObjectId CreatePolyline(
	SlopeLineDefinition^ slopeLineDef
)

Parameters

slopeLineDef  SlopeLineDefinition
 

Return Value

ObjectId

See Also

Reference

Was this information helpful?