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.
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.