KeynoteEntryKeynoteText Property |
The text associated with this KeynoteEntry.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic string KeynoteText { get; }
Public ReadOnly Property KeynoteText As String
Get
public:
property String^ KeynoteText {
String^ get ();
}
member KeynoteText : string with get
Property Value
String
Remarks
This value does not have to be set; if not set, the property returns an empty string.
See Also