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