阅读:2301回复:1
VC++ AddIn - "Create New Command/Tool for ArcGIS"
<P>VC++ AddIn - "Create New Command/Tool for ArcGIS"</P>
<P> <TABLE> <TR> <TD class=summary colSpan=2><B>Summary</B></TH> </TD> <TR> <TD class=summary colSpan=2>This VC++ Add-in creates all necessary "things" to set up new ArcGIS command/tool. Register dll in any local directory. In VC environment, a new Add-in will be added ("ArcHelper Developer Studio Add-in"). You can use it in existing ATL project or must create a new one. Before using this Add-in, the project must be opened. Click on Add-in and a modal dialog will be opened. It contains all properties for new ArcGIS command/tool: class name, name, caption, tooltip, message and category. You can add also an icon and a cursor. Class name will be used to create C++ class with that name. Example - if you enter Cmd1 for class name, Add-in will create C++ class with name CCmd1. Add-in creates all necessary H and CPP files and updates some project files. All updated files are backuped in project directory. All texts for new command/tool are added as resources</TD></TR></TABLE></P> [此贴子已经被作者于2004-7-30 15:11:45编辑过]
|
|
|
1楼#
发布于:2004-07-31 00:29
<P>帮贴</P><P>VC++ AddIn - "Create New Command/Tool for ArcGIS"</P><P>Summary This VC++ Add-in creates all necessary "things" to set up new ArcGIS command/tool.
Register dll in any local directory. In VC environment, a new Add-in will be added ("ArcHelper Developer Studio Add-in"). You can use it in existing ATL project or must create a new one. Before using this Add-in, the project must be opened. Click on Add-in and a modal dialog will be opened. It contains all properties for new ArcGIS command/tool: class name, name, caption, tooltip, message and category. You can add also an icon and a cursor. Class name will be used to create C++ class with that name. Example - if you enter Cmd1 for class name, Add-in will create C++ class with name CCmd1. Add-in creates all necessary H and CPP files and updates some project files. All updated files are backuped in project directory. All texts for new command/tool are added as resources</P> |
|
|