<Code Lib>
2021 Class
Changes 0
C

ExportFontInfo

Description:
A value used to represent the info stored in an .
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.ExportFontInfo

public class ExportFontInfo : IDisposable

Name Return Type Description
C ExportFontInfo() ExportFontInfo Constructs a new default ExportFontInfo.
C ExportFontInfo(ExportFontInfo) ExportFontInfo Constructs a new copy of the input ExportFontInfo object.
C ExportFontInfo(String) ExportFontInfo Constructs a new ExportFontInfo using the destination font name as input.

Name Return Type Description
M Dispose() None Releases all resources used by the

Name Return Type Description
P DestinationFontName string The destination font name (the name of the font in the exported format).
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.

Loading…