SlopeLineDefinition Constructor

Initializes a new instance of the SlopeLineDefinition class

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public SlopeLineDefinition(
	SlopeLineType nType,
	SlopeLineSide nSide,
	int nIndexFromOutsideEdgeToCL
)

Parameters

nType  SlopeLineType
 
nSide  SlopeLineSide
 
nIndexFromOutsideEdgeToCL  Int32
 
See Also