CADability dotNET
An IGeoObject object is either owned by a Model or by a Block or it has no owner. The property Owner sets or gets that owner. The Model or Block implement this interface. If you need more functionality than Add and Remove, try to cast IGeoObjectOwner to Model or Block.

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

Syntax

C#
public interface IGeoObjectOwner
Visual Basic
Public Interface IGeoObjectOwner
Visual C++
public interface class IGeoObjectOwner

See Also