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.
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.