Share

SurfaceContourStyle.SmoothingFactor Property

Gets or sets an int value that specifies the degree to which the surface is smoothed.



Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276

Syntax

C#

public int SmoothingFactor { get; set; }

VB

Public Property SmoothingFactor As Integer
	Get
	Set

C++

public:
property int SmoothingFactor {
	int get ();
	void set (int value);
}

Property Value

Int32

Exceptions

ExceptionCondition
ArgumentOutOfRangeException Thrown when the input value is out of interval [0, 10].

See Also

Reference

Was this information helpful?