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.4.2516.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 ();
}

See Also