Gets the method that is applied to the inside shoulder in high side during superelevation.
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public PropertyEnum<HighSideShoulderMethodType> InsideEdgeShoulderTreatmentInHighSide { get; }
VB
Public ReadOnly Property InsideEdgeShoulderTreatmentInHighSide As PropertyEnum(Of HighSideShoulderMethodType) Get
C++
public: property PropertyEnum<HighSideShoulderMethodType>^ InsideEdgeShoulderTreatmentInHighSide { PropertyEnum<HighSideShoulderMethodType>^ get (); }