ArcObjects Library Reference (Carto)  

IMaplexDictionaries.RemoveDictionary Method

Deletes the dictionary from the collection.

[Visual Basic .NET]
Public Sub RemoveDictionary ( _
    ByVal Index As Integer _
)
[C#]
public void RemoveDictionary (
    int Index
);
[C++]
HRESULT RemoveDictionary(
  long Index
);
[C++]

Parameters

Index [in]   Index is a parameter of type long

Product Availability

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

See Also

IMaplexDictionaries Interface