Revit 2026 API
Export |
Constructs a new ExportFontInfo using the destination font name as input.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ExportFontInfo( string destinationFontName )
Public Sub New ( destinationFontName As String )
public: ExportFontInfo( String^ destinationFontName )
new : destinationFontName : string -> ExportFontInfo
Parameters
- destinationFontName String
- The destination font name (the name of the font in the exported format).
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
See Also