com.esri.arcgis.carto
Interface ITemplateInfo

All Superinterfaces:
Serializable
All Known Implementing Classes:
TemplateInfo

public interface ITemplateInfo
extends Serializable

A Template Object

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 int getDefaultTool()
          Edit tool
 String getDescription()
          Template Description
 String getName()
          Template Name
 IDataObjectEx getPrototype()
          Prototype Feature
 

Method Detail

getDefaultTool

int getDefaultTool()
                   throws IOException,
                          AutomationException
Edit tool

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A com.esri.arcgis.carto.esriFeatureEditTool constant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDescription

String getDescription()
                      throws IOException,
                             AutomationException
Template Description

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The description
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getName

String getName()
               throws IOException,
                      AutomationException
Template Name

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The name
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPrototype

IDataObjectEx getPrototype()
                           throws IOException,
                                  AutomationException
Prototype Feature

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A reference to a com.esri.arcgis.carto.IDataObjectEx
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.