WideningApplySide 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.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.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 ();
}

See Also