Revit 2025 API
Keynote |
Constructs a new KeynoteEntry from the given
key name, parent key name, and keynote text.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public KeynoteEntry( string key, string parentKey, string text )
Public Sub New ( key As String, parentKey As String, text As String )
public: KeynoteEntry( String^ key, String^ parentKey, String^ text )
new : key : string * parentKey : string * text : string -> KeynoteEntry
Parameters

Exception | Condition |
---|---|
ArgumentException | key is an empty string. |
ArgumentNullException | A non-optional argument was null |
See Also