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


ITinIdentifyObj2.GetPropAndValues Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

ITinIdentifyObj2.GetPropAndValues Method

Used to get the set of properties and values from a TinIdentifyObject.

[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,
  System.String* Property,
  System.String* 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

ITinIdentifyObj2 Interface