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


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

IFontMapCollection.Insert Method

Insert an IFontMap into the FontMap collection at position index.

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

index is a parameter of type long FontMap [in]
FontMap is a parameter of type IFontMap*

Product Availability

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

See Also

IFontMapCollection Interface