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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.