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