Show / Hide Table of Contents

Interface IGeoObjectOwner

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.dll
Syntax
public interface IGeoObjectOwner

Methods

| Improve this Doc View Source

Add(IGeoObject)

Adds the given IGeoObject to this container.

Declaration
void Add(IGeoObject toAdd)
Parameters
Type Name Description
IGeoObject toAdd
| Improve this Doc View Source

Remove(IGeoObject)

Removes the given IGeoObject from this container.

Declaration
void Remove(IGeoObject toRemove)
Parameters
Type Name Description
IGeoObject toRemove

IGeoObject to remove

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX