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


IMaplexDictionary.AddEntry Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMaplexDictionary Interface > IMaplexDictionary.AddEntry Method
ArcGIS Developer Help

IMaplexDictionary.AddEntry Method

Adds an entry to the dictionary.

[Visual Basic .NET]
Public Sub AddEntry ( _
    ByVal dicEntry As IMaplexDictionaryEntry _
)
[C#]
public void AddEntry (
    IMaplexDictionaryEntry dicEntry
);
[C++]
HRESULT AddEntry(
  IMaplexDictionaryEntry* dicEntry
);
[C++]
Parameters
dicEntry [in]

dicEntry is a parameter of type IMaplexDictionaryEntry*

Product Availability

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

See Also

IMaplexDictionary Interface