Share

SettingsAlignment.SettingsSuperelevationOptions.InsideEdgeShoulderTreatmentInHighSide Property

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.8.0.280

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

Property Value

PropertyEnumHighSideShoulderMethodType

See Also

Reference

Was this information helpful?