KeynoteEntry(String, String)
Public Constructor
ArgumentException
ArgumentNullException
Constructs a new KeynoteEntry from the given key name and keynote text. KeynoteEntry objects created from this constructor will not have parents.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public KeynoteEntry( string key, string text)
Parameters
keyString
The key of this KeynoteEntry
textString
The text associated with this KeynoteEntry
Exceptions
Exception
Condition
ArgumentException
key is an empty string.
ArgumentNullException
A non-optional argument was null