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


IMaplexDictionaries.GetDictionary Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IMaplexDictionaries.GetDictionary Method

Queries a dictionary from the collection.

[Visual Basic .NET]
Public Function GetDictionary ( _
    ByVal Index As Integer _
) As IMaplexDictionary
[C#]
public IMaplexDictionary GetDictionary (
    int Index
);
[C++]
HRESULT GetDictionary(
  long Index,
  IMaplexDictionary** dictionary
);
[C++]

Parameters Index [in] Index is a parameter of type long dictionary [out, retval]
dictionary is a parameter of type IMaplexDictionary

Product Availability

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

See Also

IMaplexDictionaries Interface