com.esri.arcgis.carto
Interface IEditTemplateManager

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
EditTemplateManager, IEditTemplateManagerProxy

public interface IEditTemplateManager
extends java.io.Serializable

COM Interface 'IEditTemplateManager'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'IEditTemplateManager Interface' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID000f7e24_8470_40c7_b0c1_8d2e8c33a619
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getCount()
          The number of available edit templates.
 IEditTemplate getEditTemplate(int index)
          The edit template at the specified index.
 

Field Detail

IID000f7e24_8470_40c7_b0c1_8d2e8c33a619

static final int IID000f7e24_8470_40c7_b0c1_8d2e8c33a619
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getCount

int getCount()
             throws java.io.IOException,
                    AutomationException
The number of available edit templates.

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

getEditTemplate

IEditTemplate getEditTemplate(int index)
                              throws java.io.IOException,
                                     AutomationException
The edit template at the specified index.

Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.carto.IEditTemplate
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.