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


IQueryResult.Object Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IQ > IQueryResult Interface > IQueryResult.Object Property
ArcGIS Developer Help

IQueryResult.Object Property

The Object representing the query result.

[Visual Basic .NET]
Public ReadOnly Property Object As Object
[C#]
public object Object {get;}
[C++]
HRESULT get_Object(
  IUnknown Pointer* result
);
[C++]
Parameters
result [out, retval]

result is a parameter of type IUnknown*

Product Availability

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

See Also

IQueryResult Interface