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


IRowIdentifyObject.Row Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRowIdentifyObject Interface > IRowIdentifyObject.Row Property
ArcGIS Developer Help

IRowIdentifyObject.Row Property

The row used by the identify object.

[Visual Basic .NET]
Public Property Row As IRow
[C#]
public IRow Row {get; set;}
[C++]
HRESULT get_Row(
  IRow* Row
);
[C++]
HRESULT put_Row(
  IRow** Row
);
[C++]
Parameters
Row [in]

Row is a parameter of type IRow* Row [out, retval]
Row is a parameter of type IRow**

Product Availability

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

See Also

IRowIdentifyObject Interface