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


IACShieldSymbol.Font Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IACShieldSymbol.Font Property

The font name.

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

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

Product Availability

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

See Also

IACShieldSymbol Interface