SmoothingType Property

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.4.208.0

Syntax

C#

public ContourSmoothingType SmoothingType { get; set; }

Visual Basic

Public Property SmoothingType As ContourSmoothingType
	Get
	Set

Visual C++

public:
property ContourSmoothingType SmoothingType {
	ContourSmoothingType get ();
	void set (ContourSmoothingType value);
}

See Also