CADability dotNET
Usually you dont need this method. It sets the GeoPoint by raising the SetGeoPointEvent event or by calling the specified property via reflection. The display is not refreshed. If the GeoPoint is changed by some other means than user input, call Refresh()()()() and provide the new value in the event handler of the property.

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

Syntax

C#
public void SetGeoPoint(
	GeoPoint p
)
Visual Basic
Public Sub SetGeoPoint ( _
	p As GeoPoint _
)
Visual C++
public:
void SetGeoPoint(
	GeoPoint p
)

Parameters

p
Type: CADability..::..GeoPoint
the new GeoPoint value

See Also