CADability dotNET

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

Syntax

C#
void IIndexedGeoPoint.RemoveGeoPoint(
	int Index
)
Visual Basic
Private Sub RemoveGeoPoint ( _
	Index As Integer _
) Implements IIndexedGeoPoint.RemoveGeoPoint
Visual C++
private:
virtual void RemoveGeoPoint(
	int Index
) sealed = IIndexedGeoPoint::RemoveGeoPoint

Parameters

Index
Type: System..::..Int32

Implements

IIndexedGeoPoint..::..RemoveGeoPoint(Int32)

See Also