Gets the percent slope of the roadway lanes on tangent (unsuperelevated) tangents.
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public PropertyDouble NormalLaneSlope { get; }
VB
Public ReadOnly Property NormalLaneSlope As PropertyDouble Get
C++
public: property PropertyDouble^ NormalLaneSlope { PropertyDouble^ get (); }