Share

SettingsAlignment.SettingsAutomaticWideningAroundCurves.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.8.0.280

Syntax

C#

public PropertyEnum<WideningByMethod> WideningMethod { get; }

VB

Public ReadOnly Property WideningMethod As PropertyEnum(Of WideningByMethod)
	Get

C++

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

Property Value

PropertyEnumWideningByMethod

See Also

Reference

Was this information helpful?