Gets or sets an int value that specifies the degree to which the surface is smoothed.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public int SmoothingFactor { get; set; }Visual Basic
Public Property SmoothingFactor As Integer
Get
SetVisual C++
public: property int SmoothingFactor { int get (); void set (int value); }
Exceptions
| Exception | Condition |
|---|---|
| System.ArgumentOutOfRangeException | Thrown when the input value is out of interval [0, 10]. |