ArcObjects Library Reference (Carto)  

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 [out, retval]

  Row is a parameter of type IRow

Row [in]

  Row is a parameter of type IRow

Product Availability

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

See Also

IRowIdentifyObject Interface