SurfaceSmoothMethod Property

Gets the type of surface smoothing for the current operation.

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

Syntax

C#

public SurfaceSmoothType SurfaceSmoothMethod { get; }

Visual Basic

Public ReadOnly Property SurfaceSmoothMethod As SurfaceSmoothType
	Get

Visual C++

public:
property SurfaceSmoothType SurfaceSmoothMethod {
	SurfaceSmoothType get ();
}

See Also