SimplifyPolygon approximates a high resolution polyline with a smaller low resolution polyline having fewer vertices (MaxPoints).

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void Simplify(
	int maxPoints
)
Public Sub Simplify ( _
	maxPoints As Integer _
)
public:
void Simplify(
	int maxPoints
)

Parameters

maxPoints
Int32
Maximum number of points of the resulting polygon

See Also