Enumeration property to specify the widening method. The values represent 'Through Design Standards' or
'Manual'.
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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 (); } |