com.esri.arcgis.geodatabase
Interface IResultPortion

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GDSQueryResultPortion, IResultPortionProxy

public interface IResultPortion
extends java.io.Serializable

COM Interface 'IResultPortion'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that allow a client to get information about the result portion.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID49f53871_3067_4027_8598_7371a241767c
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IResultPortionInfo getResultPortionInfo()
          The information about the result portion.
 void setResultPortionInfoByRef(IResultPortionInfo resultPortionInfo)
          The information about the result portion.
 

Field Detail

IID49f53871_3067_4027_8598_7371a241767c

static final int IID49f53871_3067_4027_8598_7371a241767c
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getResultPortionInfo

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

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

setResultPortionInfoByRef

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

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