CADability dotNET
Yields the value of the GeoPoint with the given index.

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

Syntax

C#
GeoPoint GetGeoPoint(
	int Index
)
Visual Basic
Function GetGeoPoint ( _
	Index As Integer _
) As GeoPoint
Visual C++
GeoPoint GetGeoPoint(
	int Index
)

Parameters

Index
Type: System..::..Int32
Index of the GeoPoint

Return Value

Value of the GeoPoint

See Also