Share

TreeNodeCollectionBase Methods

The TreeNodeCollectionBase type exposes the following members.

Methods

 NameDescription
Public methodAdd Creates a new AeccDbTreeNode object, adds it to the collection, and returns an ObjectId for the object.
Public methodContains(ObjectId) Determines whether an element specified by ObjectId is in the collection.
Public methodContains(String) Determines whether an element is in the collection by its name.
Public methodGetEnumerator Implements the method declared in the IEnumerable<T> interface. This method returns an enumerator for this collection.
Public methodGetObjectEnumerator Implements the method declared in the IEnumerable interface. This method returns an enumerator for this collection.
Public methodRemove(Int32) Removes an object by index from the collection.
Public methodRemove(String) Removes an object by name from the collection.
Public methodToObjectIds Gets the objectId collection of all objects in this collection.

See Also

Reference

Was this information helpful?