ExportFontKeyOriginalFontName Property |
The original font name.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic string OriginalFontName { get; set; }
Public Property OriginalFontName As String
Get
Set
public:
property String^ OriginalFontName {
String^ get ();
void set (String^ value);
}
member OriginalFontName : string with get, set
Property Value
String
Exceptions
See Also