|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITemplateInfos
Array of Templates
Method Summary | |
---|---|
void |
add(ITemplateInfo templateInfo)
Adds a Template. |
int |
getCount()
Template Info. |
ITemplateInfo |
getElement(int index)
The Template at the specified position. |
void |
insert(int index,
ITemplateInfo templateInfo)
Adds a Template at the specified position. |
void |
remove(int index)
Removes Template at the specified position. |
void |
removeAll()
Removes all Graphic Feature Templates. |
Method Detail |
---|
int getCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITemplateInfo getElement(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void remove(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeAll() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void add(ITemplateInfo templateInfo) throws IOException, AutomationException
templateInfo
- A reference to a com.esri.arcgis.carto.ITemplateInfo (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void insert(int index, ITemplateInfo templateInfo) throws IOException, AutomationException
index
- The index (in)templateInfo
- A reference to a com.esri.arcgis.carto.ITemplateInfo (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |