Gets or sets whether the operation needs GradingSmoothOption.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public bool NeedSmooth { get; set; } |
| Visual Basic |
|---|
Public Property NeedSmooth As Boolean Get Set |
| Visual C++ |
|---|
public: property bool NeedSmooth { bool get (); void set (bool value); } |