This document is archived and information here might be outdated. Recommended version. |
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**