CADability dotNET
Usually you dont need this method. It gets the GeoPoint by raising the GetGeoPointEvent event or by calling the specified property via reflection.

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

Syntax

C#
public GeoPoint GetGeoPoint()
Visual Basic
Public Function GetGeoPoint As GeoPoint
Visual C++
public:
GeoPoint GetGeoPoint()

Return Value

the current value of the GeoPoint

See Also