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