Namespace:
Autodesk.Revit.DB
KeynoteEntry
Class
Description:
Represents an entry in the keynote table, containing the key value, keynote text, and parent key (if applicable).
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
System.Object
Autodesk.Revit.DB.KeyBasedTreeEntry
Autodesk.Revit.DB.KeynoteEntry
KeynoteEntry Class Members:
Name | Description | Inherited From |
---|---|---|
KeynoteEntry(String, String) | Constructs a new KeynoteEntry from the given key name and keynote text. KeynoteEntry objects created from this constructor will not have parents. | |
KeynoteEntry(String, String, String) | Constructs a new KeynoteEntry from the given key name, parent key name, and keynote text. |
Name | Description | Inherited From |
---|---|---|
IsValidObject | Specifies whether the .NET object represents a valid Revit entity. (Inherited from KeyBasedTreeEntry ) | KeyBasedTreeEntry |
Key | The key of this entry. (Inherited from KeyBasedTreeEntry ) | KeyBasedTreeEntry |
KeynoteText | The text associated with this KeynoteEntry. | |
ParentKey | The parent key of this entry. (Inherited from KeyBasedTreeEntry ) | KeyBasedTreeEntry |
Name | Description | Inherited From |
---|---|---|
Dispose | (Inherited from KeyBasedTreeEntry ) | KeyBasedTreeEntry |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
GetChildrenKeys | Gets a collection containing the keys of all children entry objects from this entry. (Inherited from KeyBasedTreeEntry ) | KeyBasedTreeEntry |
GetHashCode | Serves as the default hash function. (Inherited from Object ) | Object |
GetType | Gets the Type of the current instance. (Inherited from Object ) | Object |
ToString | Returns a string that represents the current object. (Inherited from Object ) | Object |