|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEnumNameEdit
Provides access to members that create of an enumeration of Name objects.
IEnumName allows you to browse a set of Name objects. IEnumEdit lets you to make a set of Name objects. Both interfaces are implemented by the NamesEnumerator object, defined in esriGeodatabase.
Method Summary | |
---|---|
void |
add(IName name)
Adds a Name in the list. |
void |
remove(IName name)
Removes a Name from the list. |
void |
removeCurrent()
Removes current name from the list (when enumerating). |
Method Detail |
---|
void add(IName name) throws IOException, AutomationException
Adds the specified Name object to the enumerator.
name
- A reference to a com.esri.arcgis.system.IName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void remove(IName name) throws IOException, AutomationException
Removes the specified Name object from the enumerator.
name
- A reference to a com.esri.arcgis.system.IName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeCurrent() throws IOException, AutomationException
Removes the current Name object from the enumerator.
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 |