RVTDocs.com
Namespace: Autodesk.Revit.DB

ExportFontInfo

Class
Description:
A value used to represent the info stored in an .
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.ExportFontInfo
Syntax
public class ExportFontInfo : IDisposable
ExportFontInfo Class Members:
Name Description Inherited From
ExportFontInfo() Constructs a new default ExportFontInfo.
ExportFontInfo(ExportFontInfo) Constructs a new copy of the input ExportFontInfo object.
ExportFontInfo(String) Constructs a new ExportFontInfo using the destination font name as input.
Name Description Inherited From
DestinationFontName The destination font name (the name of the font in the exported format).
IsValidObject Specifies whether the .NET object represents a valid Revit entity.
Name Description Inherited From
Dispose Releases all resources used by the ExportFontInfo
Equals Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
GetHashCode Serves as the default hash function. (Inherited from Object ) Object
GetType Gets the Type of the current instance. (Inherited from Object ) Object
ToString Returns a string that represents the current object. (Inherited from Object ) Object