HOW TO

Remove icons from the Icon Manager

Last Published: April 25, 2020

Summary

You can use this Avenue script to remove icons from the Icon Manager.

Procedure



  1. Open a new script.

    A. Activate the Project window.
    B. Click the Scripts icon.
    C. Click New.

  2. Paste this script into the script window:

    Code:
    '-- Script: "icondel.ave"

    '-- This script allows the removal of icons from the Icon Manager.

    '-- Get the list of icons from the Icon Manager
    IconsList = IconMgr.GetIcons

    '-- Select an icon to delete
    ToBeDeleted = MsgBox.List(IconsList,"","")

    '-- Remove the icon from the list
    IconsList.RemoveObj(ToBeDeleted)

    '-- End of script "icondel.ave"

  3. Compile and run the script.

    A. Click the Compile button.
    [O-Image] Script compile button

    B. Click the Run button.
    [O-Image] Run compiled script button

  4. Select the icons you want to remove and click OK.

Article ID:000003819

Software:
  • Legacy Products

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options

Discover more on this topic