CADability dotNET
Removes the GeoPoint at the given Index.

Namespace: CADability.UserInterface
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
void RemoveGeoPoint(
	int Index
)
Visual Basic
Sub RemoveGeoPoint ( _
	Index As Integer _
)
Visual C++
void RemoveGeoPoint(
	int Index
)

Parameters

Index
Type: System..::..Int32
Index of the point to be removed, -1: LastPoint

See Also