This document is archived and information here might be outdated.  Recommended version.


IText3DElement.FontName Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IText3DElement.FontName Property

The TrueType font name.

[Visual Basic .NET]
Public Property FontName As String
[C#]
public string FontName {get; set;}
[C++]
HRESULT get_FontName(
  BSTR* pFontName
);
[C++]
HRESULT put_FontName(
  BSTR pFontName
);
[C++]

Parameters pFontName [out, retval] pFontName is a parameter of type BSTR pFontName [in] pFontName is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IText3DElement Interface