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