CADability dotNET
A GeoObjectList is reduced to the owners of the contained objects. I.e. when an object has an owner of type IGeoObject (like a child of a Block), it is removed from the list and the owner is added instead. As a result, the list contains only objects that are owned by a Model or don't have an owner at all.

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

Syntax

C#
public void ReduceToOwner()
Visual Basic
Public Sub ReduceToOwner
Visual C++
public:
void ReduceToOwner()

See Also