Share

SurfaceSimplifyOptions.SimplifyMethod Property

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



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

Syntax

C#

public SurfaceSimplifyType SimplifyMethod { get; set; }

VB

Public Property SimplifyMethod As SurfaceSimplifyType
	Get
	Set

C++

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

Property Value

SurfaceSimplifyType

See Also

Reference

Was this information helpful?