ArcObjects Library Reference (Carto)  

ICoverageAnnotationLayer.Font Property

The font for the specified symbol number.

[Visual Basic .NET]
Public Function get_Font ( _
    ByVal SymbolNumber As Integer _
) As stdole.IFontDisp
[Visual Basic .NET]
Public Sub set_Font ( _
    ByVal SymbolNumber As Integer, _
    ByVal Font As stdole.IFontDisp _
)
[C#]
public stdole.IFontDisp get_Font (
    int SymbolNumber
);
[C#]
public void set_Font (
    int SymbolNumber,
    stdole.IFontDisp Font
);
[C++]
HRESULT get_Font(
  long SymbolNumber,
  Font** Font
);
[C++]
HRESULT putref_Font(
  long SymbolNumber,
  Font* Font
);
[C++]

Parameters

SymbolNumber [in]   SymbolNumber is a parameter of type long Font [out, retval]

  Font is a parameter of type Font

SymbolNumber [in]   SymbolNumber is a parameter of type long Font [in]

  Font is a parameter of type Font

Product Availability

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

See Also

ICoverageAnnotationLayer Interface