Gets the method that is applied to the outside shoulder in high side during superelevation.
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public PropertyEnum<HighSideShoulderMethodType> OutsideEdgeShoulderTreatmentInHighSide { get; }
VB
Public ReadOnly Property OutsideEdgeShoulderTreatmentInHighSide As PropertyEnum(Of HighSideShoulderMethodType) Get
C++
public: property PropertyEnum<HighSideShoulderMethodType>^ OutsideEdgeShoulderTreatmentInHighSide { PropertyEnum<HighSideShoulderMethodType>^ get (); }