CADability dotNET
Returns the owner of this GeoObject. Each GeoObject has only one owner. This might be a Model or a GeoObject derived from Block.

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

Syntax

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

See Also