com.esri.arcgis.geodatabase
Interface IResultPortion

All Superinterfaces:
Serializable
All Known Implementing Classes:
GDSQueryResultPortion

public interface IResultPortion
extends Serializable

Provides access to members that allow a client to get information about the result portion.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 IResultPortionInfo getResultPortionInfo()
          The information about the result portion.
 void setResultPortionInfoByRef(IResultPortionInfo resultPortionInfo)
          The information about the result portion.
 

Method Detail

getResultPortionInfo

IResultPortionInfo getResultPortionInfo()
                                        throws IOException,
                                               AutomationException
The information about the result portion.

Remarks

This interface returns information about a result. For example, the IGeoDataServer::TableSearch method returns an object that uses this interface to describe information about rows returned from a query.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A reference to a com.esri.arcgis.geodatabase.IResultPortionInfo
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setResultPortionInfoByRef

void setResultPortionInfoByRef(IResultPortionInfo resultPortionInfo)
                               throws IOException,
                                      AutomationException
The information about the result portion.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
resultPortionInfo - A reference to a com.esri.arcgis.geodatabase.IResultPortionInfo (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.