2021 Class
Changes 0
C

KeynoteEntry

Description:
Represents an entry in the keynote table, containing the key value, keynote text, and parent key (if applicable).
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.KeyBasedTreeEntry
    Autodesk.Revit.DB.KeynoteEntry
Name Return Type Description Inherited From
C KeynoteEntry(String, String) None Constructs a new KeynoteEntry from the given key name and keynote text. KeynoteEntry objects created from this constructor will not have parents.
C KeynoteEntry(String, String, String) None Constructs a new KeynoteEntry from the given key name, parent key name, and keynote text.
Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the KeyBasedTreeEntry
M GetChildrenKeys() IList<string> Gets a collection containing the keys of all children entry objects from this entry. KeyBasedTreeEntry
Name Return Type Description Inherited From
P KeynoteText string The text associated with this KeynoteEntry.
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity. KeyBasedTreeEntry
P Key string The key of this entry. KeyBasedTreeEntry
P ParentKey string The parent key of this entry. KeyBasedTreeEntry