Add an object/key combination to the dictionary.
[Visual Basic .NET] Public Sub Add ( _ ByVal pElement As Object, _ ByVal key As String _ )
[C#] public void Add ( object pElement, string key );
[C++]
HRESULT Add(
LPUNKNOWN pElement,
BSTR key
);
[C++]Parameters
pElement [in] pElement is a parameter of type LPUNKNOWN key [in] key is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine and ArcGIS Desktop.