Removes a point from the polyline.

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

Syntax

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

Parameters

index
Int32
Index (from 0) of the point to remove

See Also