How to implement 'IArcToolboxTool'

2440
1
11-17-2014 05:20 AM
SreerajanParamanandham1
New Contributor II

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 ""; }

}

 

 


Tags (1)
0 Kudos
1 Reply
XanderBakker
Esri Esteemed Contributor

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.

0 Kudos