|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRelationResultArray
This interface is new at ArcGIS 9.3.
| Method Summary | |
|---|---|
void |
add(esriRelationPair r)
Adds a relation result. |
int |
getCount()
The geometry count. |
esriRelationPair |
getElement(int index)
Returns the relation pair at the specified position. |
void |
insert(int index,
esriRelationPair r)
Adds a relation pair at the specified position. |
void |
remove(int index)
Removes the relation result at the specified position. |
void |
removeAll()
Removes all relation pairs. |
| Method Detail |
|---|
int getCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
esriRelationPair 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(esriRelationPair r)
throws IOException,
AutomationException
r - A Structure: com.esri.arcgis.geometry.esriRelationPair (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void insert(int index,
esriRelationPair r)
throws IOException,
AutomationException
index - The index (in)r - A Structure: com.esri.arcgis.geometry.esriRelationPair (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 | ||||||||