CADability dotNET

The GeoObjectList type exposes the following members.

Constructors

Methods

  NameDescription
Public methodAdd
Public methodAddDecomposed
Public methodAddRange(ICollection)
Public methodAddRange(GeoObjectList)
Public methodAddRange(array<IGeoObject>[]()[][])
Public methodAddUnique
Public methodClear
Public methodClone
Returns a new independent GeoObjectList that contains the same objects as this list (shallow copy)
Public methodCloneObjects
Public methodContains
Public methodDecomposeAll
Public methodDecomposeBlockRefs
Public methodDecomposeBlocks()()()()
Public methodDecomposeBlocks(Boolean)
Public methodGetEnumerator
Public methodGetExtent()()()()
Public methodGetExtent(Projection, Boolean, Boolean)
Public methodGetObjectData
Public methodHasSameContent
Tests, weather this list and the list l have the same content (maybe in a different order)
Public methodIndexOf
Public methodInsert
Public methodModify
Public methodReduce
Remove all objects that are not accepted by the given filter.
Public methodReduceToOwner
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.
Public methodRemove(Int32)
Public methodRemove(IGeoObject)
Public methodRemoveChildrenOf
Removes all GeoObjects that are owned by Parent
Public methodReverse

Operators

Fields

  NameDescription
Protected fieldlist

Properties

  NameDescription
Public propertyCount
Returns the number of GeoObjects in this list.
Public propertyItem
Public propertyUserData

Events

See Also