CADability dotNET
Sets the GeoPoint with the given index

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

Syntax

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

Parameters

Index
Type: System..::..Int32
Index of the GeoPoint
ThePoint
Type: CADability..::..GeoPoint
Value to set

See Also