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


IFontMapEnvironment.DefaultMapping Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Output)  

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(
  BSTR DefaultMapping
);
[C++]

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

Product Availability

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

See Also

IFontMapEnvironment Interface