2027 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 (Inherited from KeyBasedTreeEntry ) KeyBasedTreeEntry
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetChildrenKeys() IList<String> Gets a collection containing the keys of all children entry objects from this entry. (Inherited from KeyBasedTreeEntry ) KeyBasedTreeEntry
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
Name Return Type Description Inherited From
P IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity. (Inherited from KeyBasedTreeEntry ) KeyBasedTreeEntry
P Key string The key of this entry. (Inherited from KeyBasedTreeEntry ) KeyBasedTreeEntry
P KeynoteText string The text associated with this KeynoteEntry.
P ParentKey string The parent key of this entry. (Inherited from KeyBasedTreeEntry ) KeyBasedTreeEntry