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


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

IFontMapEnvironment.SaveMappings Property

Indicates whether to save font mappings.

[Visual Basic .NET]
Public Property SaveMappings As Boolean
[C#]
public bool SaveMappings {get; set;}
[C++]
HRESULT get_SaveMappings(
  VARIANT_BOOL SaveMappings
);
[C++]
HRESULT put_SaveMappings(
  Boolean* SaveMappings
);
[C++]
Parameters
SaveMappings [in]

SaveMappings is a parameter of type bool SaveMappings [out, retval]
SaveMappings is a parameter of type bool*

Product Availability

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

See Also

IFontMapEnvironment Interface