CADability dotNET
Inserts a new GeoPoint before the given index. Index==-1: Append

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

Syntax

C#
void InsertGeoPoint(
	int Index,
	GeoPoint ThePoint
)
Visual Basic
Sub InsertGeoPoint ( _
	Index As Integer, _
	ThePoint As GeoPoint _
)
Visual C++
void InsertGeoPoint(
	int Index, 
	GeoPoint ThePoint
)

Parameters

Index
Type: System..::..Int32
Where to insert
ThePoint
Type: CADability..::..GeoPoint
Value to insert

See Also