OutsideEdgeShoulderTreatmentInLowSide Property

Gets the method that is applied to the outside shoulder in low side during superelevation.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0

Syntax

C#

public PropertyEnum<LowSideShoulderMethodType> OutsideEdgeShoulderTreatmentInLowSide { get; }

Visual Basic

Public ReadOnly Property OutsideEdgeShoulderTreatmentInLowSide As PropertyEnum(Of LowSideShoulderMethodType)
	Get

Visual C++

public:
property PropertyEnum<LowSideShoulderMethodType>^ OutsideEdgeShoulderTreatmentInLowSide {
	PropertyEnum<LowSideShoulderMethodType>^ get ();
}

See Also