CADability dotNET
Returns or sets the IGeoObject that is assiziated with this 2DRepresentation.

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

Syntax

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

See Also