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


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

IFontMap2.Mapping Property

Creates an association between the TrueType Font and the Mapped Font.

[Visual Basic .NET]
Public Sub set_Mapping ( _
    ByVal TrueTypeFont As String, _
    ByVal A_2 As String _
)
[C#]
public void set_Mapping (
    string TrueTypeFont,
    string A_2
);
[C++]
HRESULT put_Mapping(
  BSTR TrueTypeFont,
  BSTR 
);
[C++]
Parameters
TrueTypeFont [in]

TrueTypeFont is a parameter of type BSTR [in]
is a parameter of type BSTR

Product Availability

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

See Also

IFontMap2 Interface