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


ICoverageAnnotationLayer2.Font Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > ICoverageAnnotationLayer2 Interface > ICoverageAnnotationLayer2.Font Property
ArcGIS Developer Help

ICoverageAnnotationLayer2.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,
  IFontDisp** Font
);
[C++]
HRESULT putref_Font(
  long SymbolNumber,
  IFontDisp* Font
);
[C++]
Parameters
SymbolNumber [in]

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

Product Availability

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

See Also

ICoverageAnnotationLayer2 Interface