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