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


IFontMapCollection.Add Method (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.Add Method
ArcGIS Developer Help

IFontMapCollection.Add Method

Add an IFontMap to the FontMap collection.

[Visual Basic .NET]
Public Sub Add ( _
    ByVal FontMap As IFontMap _
)
[C#]
public void Add (
    IFontMap FontMap
);
[C++]
HRESULT Add(
  IFontMap* FontMap
);
[C++]
Parameters
FontMap [in]

FontMap is a parameter of type IFontMap*

Product Availability

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

See Also

IFontMapCollection Interface