This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IResultPortion Interface > IResultPortion.ResultPortionInfo Property (ArcObjects .NET 10.4 SDK) |
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
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.