Initializes a new instance of the SlopeLineDefinition class
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.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
- nIndexFromOutsideEdgeToCL
- Type: System.Int32