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


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

IFontMapEnvironment.DefaultMapping Property

The Default Font Mapping string.

[Visual Basic .NET]
Public Property DefaultMapping As String
[C#]
public string DefaultMapping {get; set;}
[C++]
HRESULT get_DefaultMapping(
  BSTR DefaultMapping
);
[C++]
HRESULT put_DefaultMapping(
  System.String* DefaultMapping
);
[C++]
Parameters
DefaultMapping [in]

DefaultMapping is a parameter of type BSTR DefaultMapping [out, retval]
DefaultMapping is a parameter of type BSTR*

Product Availability

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

See Also

IFontMapEnvironment Interface