com.esri.arcgis.framework
Interface ITemplates

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITemplatesProxy, Templates

public interface ITemplates
extends java.io.Serializable

COM Interface 'ITemplates'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esriFramework.olb'

Description: 'Provides access to members that query the templates collection.' 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 IIDce7c5749_3921_11d2_94cf_080009eebecb
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getCount()
          The number of templates associated with the current document.
 java.lang.String getItem(int index)
          The pathname to the template at the given index.
 

Field Detail

IIDce7c5749_3921_11d2_94cf_080009eebecb

static final int IIDce7c5749_3921_11d2_94cf_080009eebecb
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 templates associated with the current document.

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

getItem

java.lang.String getItem(int index)
                         throws java.io.IOException,
                                AutomationException
The pathname to the template at the given index.

Parameters:
index - The index (in)
Returns:
The pathName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.