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.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public PropertyEnum<WideningSide> WideningApplySide { get; }
VB
Public ReadOnly Property WideningApplySide As PropertyEnum(Of WideningSide) Get
C++
public: property PropertyEnum<WideningSide>^ WideningApplySide { PropertyEnum<WideningSide>^ get (); }