RVTDocs.com
Namespace: Autodesk.Revit.DB Class: KeynoteEntry

KeynoteEntry(String, String, String)

Constructor
Description:
Constructs a new KeynoteEntry from the given key name, parent key name, and keynote text.
Syntax
public KeynoteEntry(
	string key,
	string parentKey,
	string text
)
Parameters
Parameter Type Description
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
Return Value
Exceptions
Exception Condition
ArgumentException key is an empty string.
ArgumentNullException A non-optional argument was null