WideningMethod Property

Enumeration property to specify the widening method. The values represent 'Through Design Standards' or 'Manual'.

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

Syntax

C#

public PropertyEnum<WideningByMethod> WideningMethod { get; }

Visual Basic

Public ReadOnly Property WideningMethod As PropertyEnum(Of WideningByMethod)
	Get

Visual C++

public:
property PropertyEnum<WideningByMethod>^ WideningMethod {
	PropertyEnum<WideningByMethod>^ get ();
}

See Also