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


ICadIdentifyObj2.GetPropAndValues Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > ICadIdentifyObj2 Interface > ICadIdentifyObj2.GetPropAndValues Method
ArcGIS Developer Help

ICadIdentifyObj2.GetPropAndValues Method

Gets the indexed properties and values of a CadIdentifyObject.

[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

ICadIdentifyObj2 Interface