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 > IMaplexDictionary Interface > IMaplexDictionary.GetEntry Method (ArcObjects .NET 10.5 SDK) |
Gets an entry from the dictionary.
[Visual Basic .NET] Public Function GetEntry ( _ ByVal Index As Integer _ ) As IMaplexDictionaryEntry
[C#] public IMaplexDictionaryEntry GetEntry ( int Index );
[C++]
HRESULT GetEntry(
long Index,
IMaplexDictionaryEntry** dicEntry
);
[C++]
Parameters Index [in] Index is a parameter of type long dicEntry [out, retval]
dicEntry is a parameter of type IMaplexDictionaryEntry