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