|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPResult
Provides access to the properties/methods of the geoprocessing results.
Method Summary | |
---|---|
IJobMessages |
getMessages()
The result messages. |
IGPValues |
getValues()
The result values. |
void |
setMessagesByRef(IJobMessages ppMessages)
The result messages. |
void |
setValuesByRef(IGPValues ppValues)
The result values. |
Method Detail |
---|
IGPValues getValues() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setValuesByRef(IGPValues ppValues) throws IOException, AutomationException
ppValues
- A reference to a com.esri.arcgis.geoprocessing.IGPValues (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IJobMessages getMessages() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMessagesByRef(IJobMessages ppMessages) throws IOException, AutomationException
ppMessages
- A reference to a com.esri.arcgis.system.IJobMessages (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 |