Please guide me how to implement the "IArcToolboxTool" for below , i want to add the help file for my tool box customization. please help me
public int HelpContextID
{
get { return 0; }
}
public string HelpFile
get { return ""; }
You may want to reconsider using ArcObjects to create a toolbox. If the tool can be written in Python code the implementation will be much easier.
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.