|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IEditTemplateManager
IEditTemplateManager Interface
Feature templates for a layer can be accessed via this interface as a layer extension. The methods on this interface can be used outside an edit session.
The example below returns all feature templates from the layers in a map document to an array.
| Method Summary | |
|---|---|
int |
getCount()
The number of available edit templates. |
IEditTemplate |
getEditTemplate(int index)
The edit template at the specified index. |
| Method Detail |
|---|
int getCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEditTemplate getEditTemplate(int index)
throws IOException,
AutomationException
index - The index (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 | ||||||||