This document is archived and information here might be outdated.  Recommended version.


IRasterIdentifyObj2.GetPropAndValues Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IRasterIdentifyObj2.GetPropAndValues Method

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.

See Also

IRasterIdentifyObj2 Interface