HOW TO
You can use this Avenue script to remove icons from the Icon Manager.
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"
Article ID:000003819
Get help from ArcGIS experts
Download the Esri Support App