This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMaplexDictionaries Interface > IMaplexDictionaries.GetDictionary Method (ArcObjects .NET 10.5 SDK) |
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