This document is archived and information here might be outdated.  Recommended version.


IResultPortion.ResultPortionInfo Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IResultPortion Interface > IResultPortion.ResultPortionInfo Property
ArcGIS Developer Help

IResultPortion.ResultPortionInfo Property

The information about the result portion.

[Visual Basic .NET]
Public Property ResultPortionInfo As IResultPortionInfo
[C#]
public IResultPortionInfo ResultPortionInfo {get; set;}
[C++]
HRESULT get_ResultPortionInfo(
  IResultPortionInfo** ResultPortionInfo
);
[C++]
HRESULT putref_ResultPortionInfo(
  IResultPortionInfo* ResultPortionInfo
);
[C++]
Parameters
ResultPortionInfo [out, retval]

ResultPortionInfo is a parameter of type IResultPortionInfo** ResultPortionInfo [in]
ResultPortionInfo is a parameter of type IResultPortionInfo*

Product Availability

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

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.

See Also

IResultPortion Interface