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


IMaplexOverposterLayerProperties.DictionaryName Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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(
  BSTR* 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