|  | This document is archived and information here might be outdated. Recommended version. | 
| ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterIdentifyObj2 Interface > IRasterIdentifyObj2.GetPropAndValues Method (ArcObjects .NET 10.4 SDK) | 
Gets the next pair of property and value of the Identify Object.
[Visual Basic .NET] Public Sub GetPropAndValues ( _ ByVal Index As Integer, _ ByRef Property As String, _ ByRef Value As String _ )
[C#] public void GetPropAndValues ( int Index, ref string Property, ref string Value );
[C++]
HRESULT GetPropAndValues(
  long Index,
  BSTR* Property,
  BSTR* Value
);
[C++]
Parameters Index [in] Index is a parameter of type long Property [out] Property is a parameter of type BSTR Value [out] Value is a parameter of type BSTR