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


IFontMapEnvironment.ApplyDefaultMappingDesc 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.ApplyDefaultMappingDesc Property
ArcGIS Developer Help

IFontMapEnvironment.ApplyDefaultMappingDesc Property

The Font Mapping checkbox description string.

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

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

Product Availability

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

See Also

IFontMapEnvironment Interface