ArcObjects Library Reference (Output)  

IFontMapEnvironment.DefaultMappingsChoices Property

The Default Mapping Choices for Font Substitution.

[Visual Basic .NET]
Public Property DefaultMappingsChoices As Object
[C#]
public object DefaultMappingsChoices {get; set;}
[C++]
HRESULT get_DefaultMappingsChoices(
  VARIANT* defaultMappingChoices
);
[C++]
HRESULT put_DefaultMappingsChoices(
  VARIANT defaultMappingChoices
);
[C++]

Parameters

defaultMappingChoices [out, retval]   defaultMappingChoices is a parameter of type VARIANT defaultMappingChoices [in]   defaultMappingChoices is a parameter of type VARIANT

Product Availability

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

See Also

IFontMapEnvironment Interface