Note: This API is now obsolete.
Gets the method that is applied to the inside shoulder during superelevation.
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
[ObsoleteAttribute("Use Autodesk.Civil.Settings.SettingsAlignment.SettingsSuperelevationOptions.InsideEdgeShoulderTreatmentInHighSide instead.", false)] public PropertyEnum<ShoulderMethodType> InsideShoulderMethod { get; }
VB
<ObsoleteAttribute("Use Autodesk.Civil.Settings.SettingsAlignment.SettingsSuperelevationOptions.InsideEdgeShoulderTreatmentInHighSide instead.", false)> Public ReadOnly Property InsideShoulderMethod As PropertyEnum(Of ShoulderMethodType) Get
C++
public: [ObsoleteAttribute(L"Use Autodesk.Civil.Settings.SettingsAlignment.SettingsSuperelevationOptions.InsideEdgeShoulderTreatmentInHighSide instead.", false)] property PropertyEnum<ShoulderMethodType>^ InsideShoulderMethod { PropertyEnum<ShoulderMethodType>^ get (); }