Skip to content

KeynoteEntry

Public Class

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

Namespace: Autodesk.Revit.DB

Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)

Syntax

public class KeynoteEntry : KeyBasedTreeEntry

The KeynoteEntry type exposes the following members.

Constructors

Name

Description


Public Method
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.


Public Method
KeynoteEntry(String, String, String)

Constructs a new KeynoteEntry from the given key name, parent key name, and keynote text.


Properties

Name

Description


Public Property
IsValidObject

Specifies whether the .NET object represents a valid Revit entity.
(Inherited from KeyBasedTreeEntry)


Public Property
Key

The key of this entry.
(Inherited from KeyBasedTreeEntry)


Public Property
KeynoteText

The text associated with this KeynoteEntry.


Public Property
ParentKey

The parent key of this entry.
(Inherited from KeyBasedTreeEntry)


Methods

Name

Description


Public Method

(Inherited from KeyBasedTreeEntry)


Public Method

Equals

Determines whether the specified object is equal to the current object.
(Inherited from Object)


Public Method
GetChildrenKeys

Gets a collection containing the keys of all children entry objects from this entry.
(Inherited from KeyBasedTreeEntry)


Public Method

GetHashCode

Serves as the default hash function.
(Inherited from Object)


Public Method

GetType

Gets the Type of the current instance.
(Inherited from Object)


Public Method

ToString

Returns a string that represents the current object.
(Inherited from Object)