Share

SurfaceOperationSmooth.SurfaceSmoothMethod Property

Gets the type of surface smoothing for the current operation.



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

Syntax

C#

public SurfaceSmoothType SurfaceSmoothMethod { get; }

VB

Public ReadOnly Property SurfaceSmoothMethod As SurfaceSmoothType
	Get

C++

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

Property Value

SurfaceSmoothType

See Also

Reference

Was this information helpful?