CADability dotNET
Usually the GeoPoint is presented in the local or absolute coordinate system, according to the global setting. With this property you can force the GeoPointProperty to always use the global coordinate system.

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

Syntax

C#
public bool ForceAbsolute { get; set; }
Visual Basic
Public Property ForceAbsolute As Boolean
	Get
	Set
Visual C++
public:
property bool ForceAbsolute {
	bool get ();
	void set (bool value);
}

See Also