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


IMaplexOverposterLayerProperties.DictionaryName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMaplexOverposterLayerProperties Interface > IMaplexOverposterLayerProperties.DictionaryName Property
ArcGIS Developer Help

IMaplexOverposterLayerProperties.DictionaryName Property

Name of the abbreviations dictionary referenced by this layer.

[Visual Basic .NET]
Public Property DictionaryName As String
[C#]
public string DictionaryName {get; set;}
[C++]
HRESULT get_DictionaryName(
  System.String* Text
);
[C++]
HRESULT put_DictionaryName(
  BSTR Text
);
[C++]
Parameters
Text [out, retval]

Text is a parameter of type BSTR* Text [in]
Text is a parameter of type BSTR

Product Availability

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

See Also

IMaplexOverposterLayerProperties Interface