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


IText3DElement.FontName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > IText3DElement Interface > IText3DElement.FontName Property
ArcGIS Developer Help

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(
  System.String* 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