Replaces a high resolution polyline with a lower resolution polyline with fewer vertices (MaxPoints).

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

Syntax

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

Parameters

maxPoints
Int32
Maximum number of points of the resulting polyline

See Also