KeynoteEntry Class
Represents an entry in the keynote table, containing the key value, keynote text, and parent key (if applicable).

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:  2015

Syntax

C#
public class KeynoteEntry : KeyBasedTreeEntry
Visual Basic
Public Class KeynoteEntry _
	Inherits KeyBasedTreeEntry
Visual C++
public ref class KeynoteEntry : public KeyBasedTreeEntry

Inheritance Hierarchy

System..::..Object
  Autodesk.Revit.DB..::..KeyBasedTreeEntry
    Autodesk.Revit.DB..::..KeynoteEntry

See Also