2024 Class
Changes 0
C

KeyBasedTreeEntries

Description:
A collection of KeyBasedTreeEntry objects that make up the key-based tree.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.KeyBasedTreeEntries
    Autodesk.Revit.DB.ClassificationEntries
    Autodesk.Revit.DB.KeynoteEntries
public class KeyBasedTreeEntries : IEnumerable<KeyBasedTreeEntry>, 
	IDisposable
Name Return Type Description
M Dispose() None Releases all resources used by the
M FindEntry(String) KeyBasedTreeEntry Finds the KeyBasedTreeEntry associated with the given key value.
M GetBasicIEnumerator() IEnumerator Returns an enumerator that iterates through a collection.
M GetEnumerator() IEnumerator<KeyBasedTreeEntry> Returns an enumerator that iterates through a collection.
M GetKeyBasedTreeEntriesIterator() KeyBasedTreeEntriesIterator Returns a KeyBasedTreeEntriesIterator that iterates through the collection.
Name Return Type Description
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.