SlopeLineDefinition Constructor |
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic SlopeLineDefinition(
SlopeLineType nType,
SlopeLineSide nSide,
int nIndexFromOutsideEdgeToCL
)
Public Sub New (
nType As SlopeLineType,
nSide As SlopeLineSide,
nIndexFromOutsideEdgeToCL As Integer
)
public:
SlopeLineDefinition(
SlopeLineType nType,
SlopeLineSide nSide,
int nIndexFromOutsideEdgeToCL
)
Parameters
- nType SlopeLineType
-
- nSide SlopeLineSide
-
- nIndexFromOutsideEdgeToCL Int32
-
See Also