SimplifyMethod Property

Gets or sets the simplification method to apply to the surface.

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

Syntax

C#

public SurfaceSimplifyType SimplifyMethod { get; set; }

Visual Basic

Public Property SimplifyMethod As SurfaceSimplifyType
	Get
	Set

Visual C++

public:
property SurfaceSimplifyType SimplifyMethod {
	SurfaceSimplifyType get ();
	void set (SurfaceSimplifyType value);
}

See Also