About the ArcGIS item templates


SummaryNew item templates for ArcGIS customizations are available in the standard Add New Item dialog box in Visual Studio 2005. These templates provide the simplest and quickest way to create the most common customizations, such as commands and tools.

Additional Requirements
  • ArcGIS Visual Studio integrated development environment (IDE) Integration Framework for Visual Studio 2005, Visual Basic Express, or Visual C# Express editions.

In this topic


Getting started with the item templates

Once you have installed ArcGIS Visual Studio Integration Framework, item templates for ArcGIS customizations are available in the Add New Item dialog box. These templates provide the simplest and quickest way to create the most common customizations, such as commands and tools.
For general information on creating new items for projects, see the documentation on the Microsoft Developer Network (MSDN) Web site. You can also find step-by-step information on using the different elements of the ArcGIS Visual Studio Integration Framework in the .NET development walk-throughs.
To open the Add New Item dialog box, right-click a project in the Solution Explorer and choose Add, then New Item. Alternatively, you can choose Add New Item from the Project menu (or press Ctrl+Shift+A).
 
To display the ArcGIS item templates in the Add New Item dialog box, click the ArcGIS node in the Categories pane. Depending on the installed ArcGIS products, you will see additional product-specific templates available under the ArcGIS node. See the following screen shot:
 
 
When you select an item template, a brief description of that item appears beneath the Categories pane.

Available ArcGIS item templates

The available item templates are as follows:
 
Selecting an ArcGIS item template
When you have selected a template, name the new item and click the Add button to continue. See the following:


See Also:

Overview: ArcGIS Visual Studio IDE Integration Framework
About the ArcGIS Add Class wizard
About the ArcGIS project templates