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


IFontMapCollection.Add Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Output)  

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