Gets or sets the ContourSmoothingType enum value that specifies the type of smoothing used. This property is usable only when SmoothContours is set to true.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public ContourSmoothingType SmoothingType { get; set; }
VB
Public Property SmoothingType As ContourSmoothingType Get Set
C++
public: property ContourSmoothingType SmoothingType { ContourSmoothingType get (); void set (ContourSmoothingType value); }