2024 Class
Changes 0
C

ClassificationEntries

Description:
A collection of ClassificationEntry objects that make up the classification table.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.KeyBasedTreeEntries
    Autodesk.Revit.DB.ClassificationEntries
Name Return Type Description Inherited From
M LoadClassificationEntriesFromFile(String, KeyBasedTreeEntriesLoadContent) bool Loads the contents of a classification text file into the provided KeyBasedTreeEntriesLoadContent.
M Dispose() None Releases all resources used by the KeyBasedTreeEntries
M FindEntry(String) KeyBasedTreeEntry Finds the KeyBasedTreeEntry associated with the given key value. KeyBasedTreeEntries
M GetBasicIEnumerator() IEnumerator Returns an enumerator that iterates through a collection. KeyBasedTreeEntries
M GetEnumerator() IEnumerator<KeyBasedTreeEntry> Returns an enumerator that iterates through a collection. KeyBasedTreeEntries
M GetKeyBasedTreeEntriesIterator() KeyBasedTreeEntriesIterator Returns a KeyBasedTreeEntriesIterator that iterates through the collection. KeyBasedTreeEntries
Name Return Type Description Inherited From
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity. KeyBasedTreeEntries