CADability dotNET
The GeoObject to be displayed. This can be any kind of GeoObject, Text and Bitmap are often used. The object must be in a coordinate space where the Origin will be transferred to the Location.

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

Syntax

C#
public IGeoObject GeoObject { get; set; }
Visual Basic
Public Property GeoObject As IGeoObject
	Get
	Set
Visual C++
public:
property IGeoObject^ GeoObject {
	IGeoObject^ get ();
	void set (IGeoObject^ value);
}

See Also