SettingsAlignmentSettingsSuperelevationOptionsOutsideShoulderMethod Property |
Note: This API is now obsolete.
Gets the method that is applied to the outside shoulder during superelevation.
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax[ObsoleteAttribute("Use Autodesk.Civil.Settings.SettingsAlignment.SettingsSuperelevationOptions.OutsideEdgeShoulderTreatmentInHighSide instead.",
false)]
public PropertyEnum<ShoulderMethodType> OutsideShoulderMethod { get; }
<ObsoleteAttribute("Use Autodesk.Civil.Settings.SettingsAlignment.SettingsSuperelevationOptions.OutsideEdgeShoulderTreatmentInHighSide instead.",
false)>
Public ReadOnly Property OutsideShoulderMethod As PropertyEnum(Of ShoulderMethodType)
Get
public:
[ObsoleteAttribute(L"Use Autodesk.Civil.Settings.SettingsAlignment.SettingsSuperelevationOptions.OutsideEdgeShoulderTreatmentInHighSide instead.",
false)]
property PropertyEnum<ShoulderMethodType>^ OutsideShoulderMethod {
PropertyEnum<ShoulderMethodType>^ get ();
}
Property Value
PropertyEnumShoulderMethodType
See Also