|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFieldDomainInfos
Field Domain Information Array.
Method Summary | |
---|---|
void |
add(IFieldDomainInfo pFieldDomainInfo)
Adds a Field Domain Info. |
int |
getCount()
The Field Domain info count. |
IFieldDomainInfo |
getElement(int index)
The Field Domain Info at the specified position. |
void |
insert(int index,
IFieldDomainInfo pFieldDomainInfo)
Adds a Field Domain info info at the specified position. |
void |
remove(int index)
Removes the Field Domain Info at the specified position. |
void |
removeAll()
Removes all Field Domain infos. |
Method Detail |
---|
int getCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFieldDomainInfo 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(IFieldDomainInfo pFieldDomainInfo) throws IOException, AutomationException
pFieldDomainInfo
- A reference to a com.esri.arcgis.carto.IFieldDomainInfo (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void insert(int index, IFieldDomainInfo pFieldDomainInfo) throws IOException, AutomationException
index
- The index (in)pFieldDomainInfo
- A reference to a com.esri.arcgis.carto.IFieldDomainInfo (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 |