2020 Class
Changes 0
C

KeynoteEntries

Description:
A collection of KeynoteEntry objects that make up the keynote table.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.KeyBasedTreeEntries
    Autodesk.Revit.DB.KeynoteEntries
Name Return Type Description Inherited From
M LoadKeynoteEntriesFromFile(String, KeyBasedTreeEntriesLoadContent) bool Loads the contents of a keynote 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