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

KeynoteEntry(String, String)

Constructor
Description:
Constructs a new KeynoteEntry from the given key name and keynote text. KeynoteEntry objects created from this constructor will not have parents.
Syntax
public KeynoteEntry(
	string key,
	string text
)
Parameters
Parameter Type Description
key String The key of this KeynoteEntry
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