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


IFontMapCollection.FontMap Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IF > IFontMapCollection Interface > IFontMapCollection.FontMap Property
ArcGIS Developer Help

IFontMapCollection.FontMap Property

An IFontMap from the FontMap collection.

[Visual Basic .NET]
Public Function get_FontMap ( _
    ByVal index As Integer _
) As IFontMap
[C#]
public IFontMap get_FontMap (
    int index
);
[C++]
HRESULT get_FontMap(
  long index,
  IFontMap** FontMap
);
[C++]
Parameters
index [in]

index is a parameter of type long FontMap [out, retval]
FontMap is a parameter of type IFontMap**

Product Availability

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

See Also

IFontMapCollection Interface