destnity
路人甲
路人甲
  • 注册日期2004-03-25
  • 发帖数341
  • QQ
  • 铜币272枚
  • 威望0点
  • 贡献值0点
  • 银元0个
阅读:2152回复:1

VC++ AddIn - "Create New Command/Tool for ArcGIS"

楼主#
更多 发布于:2004-07-30 15:05
<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编辑过]
喜欢0 评分0
签 名: 不能超过 250 个字符 文字将出现在您发表的文章的结尾处。
gis
gis
管理员
管理员
  • 注册日期2003-07-16
  • 发帖数15945
  • QQ554730525
  • 铜币25337枚
  • 威望15352点
  • 贡献值0点
  • 银元0个
  • GIS帝国居民
  • 帝国沙发管家
  • GIS帝国明星
  • GIS帝国铁杆
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>
举报 回复(0) 喜欢(0)     评分
游客

返回顶部