This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > ICoverageAnnotationLayer Interface > ICoverageAnnotationLayer.Font Property (ArcObjects .NET 10.5 SDK) |
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