Initializes a new instance of the SlopeLineDefinition class

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

Syntax

C#
public SlopeLineDefinition(
	SlopeLineType nType,
	SlopeLineSide nSide,
	int nIndexFromOutsideEdgeToCL
)
Visual Basic
Public Sub New ( _
	nType As SlopeLineType, _
	nSide As SlopeLineSide, _
	nIndexFromOutsideEdgeToCL As Integer _
)
Visual C++
public:
SlopeLineDefinition(
	SlopeLineType nType, 
	SlopeLineSide nSide, 
	int nIndexFromOutsideEdgeToCL
)

Parameters

nType
Type: Autodesk.Civil.DatabaseServices..::..SlopeLineType
nSide
Type: Autodesk.Civil.DatabaseServices..::..SlopeLineSide
nIndexFromOutsideEdgeToCL
Type: System..::..Int32

See Also