Share

SettingsAlignment.SettingsSuperelevationOptions.InsideEdgeShoulderTreatmentInLowSide Property

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



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

Syntax

C#

public PropertyEnum<LowSideShoulderMethodType> InsideEdgeShoulderTreatmentInLowSide { get; }

VB

Public ReadOnly Property InsideEdgeShoulderTreatmentInLowSide As PropertyEnum(Of LowSideShoulderMethodType)
	Get

C++

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

Property Value

PropertyEnumLowSideShoulderMethodType

See Also

Reference

Was this information helpful?