ArcObjects Library Reference (Output)  

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(
  VARIANT_BOOL SaveMappings
);
[C++]

Parameters

SaveMappings [out, retval]   SaveMappings is a parameter of type VARIANT_BOOL SaveMappings [in]   SaveMappings is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IFontMapEnvironment Interface