KeynoteEntry
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
public class KeynoteEntry : KeyBasedTreeEntry
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| 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. | |
| 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 |
|---|---|---|---|
| Dispose() | None | Releases all resources used by the | KeyBasedTreeEntry |
| GetChildrenKeys() | IList<string> | Gets a collection containing the keys of all children entry objects from this entry. | KeyBasedTreeEntry |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| KeynoteText | string | The text associated with this KeynoteEntry. | |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. | KeyBasedTreeEntry |
| Key | string | The key of this entry. | KeyBasedTreeEntry |
| ParentKey | string | The parent key of this entry. | KeyBasedTreeEntry |