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.4.2516.0
Syntax
C# |
---|
public PropertyEnum<WideningSide> WideningApplySide { get; } |
Visual Basic |
---|
Public ReadOnly Property WideningApplySide As PropertyEnum(Of WideningSide) Get |
Visual C++ |
---|
public: property PropertyEnum<WideningSide>^ WideningApplySide { PropertyEnum<WideningSide>^ get (); } |