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


IQueryResult.Object Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

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(
  LPUNKNOWN* result
);
[C++]

Parameters result [out, retval] result is a parameter of type LPUNKNOWN

Product Availability

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

See Also

IQueryResult Interface

.NET Related Topics

Developing SOAP server object extensions