Constructs a new KeynoteEntry from the given
key name, parent key name, and keynote text.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public KeynoteEntry(
string key,
string parentKey,
string text
)
Parameters
- key String
-
The key of this KeynoteEntry.
- parentKey String
-
The parent key of this KeynoteEntry.
Empty string means this KeynoteEntry does not have a parent.
- text String
-
The text associated with this KeynoteEntry
Exceptions
See Also
Reference