Share

SlopeLineDefinition Constructor

Initializes a new instance of the SlopeLineDefinition class



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

Syntax

C#

public SlopeLineDefinition(
	SlopeLineType nType,
	SlopeLineSide nSide,
	int nIndexFromOutsideEdgeToCL
)

VB

Public Sub New ( 
	nType As SlopeLineType,
	nSide As SlopeLineSide,
	nIndexFromOutsideEdgeToCL As Integer
)

C++

public:
SlopeLineDefinition(
	SlopeLineType nType, 
	SlopeLineSide nSide, 
	int nIndexFromOutsideEdgeToCL
)

Parameters

nType  SlopeLineType
 
nSide  SlopeLineSide
 
nIndexFromOutsideEdgeToCL  Int32
 

See Also

Reference

Was this information helpful?