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


IMaplexDictionary.GetEntry Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IMaplexDictionary.GetEntry Method

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

Product Availability

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

See Also

IMaplexDictionary Interface