ArcObjects Library Reference (Carto)  

ISymbolCollectionElement.FontName Property

Font name.

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

Parameters

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

Product Availability

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

See Also

ISymbolCollectionElement Interface