SettingsAlignmentSettingsAutomaticWideningAroundCurvesWideningApplySide Property |
Enumeration property to specified the side of the curve to where apply widenings. The values represent
'Inside of the Curve', 'Outside of the Curve', or 'Both sides of the Curve'.
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic PropertyEnum<WideningSide> WideningApplySide { get; }
Public ReadOnly Property WideningApplySide As PropertyEnum(Of WideningSide)
Get
public:
property PropertyEnum<WideningSide>^ WideningApplySide {
PropertyEnum<WideningSide>^ get ();
}
Property Value
PropertyEnumWideningSide
See Also