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


IRasterIdentifyObj.InsertPropAndValue Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IRasterIdentifyObj.InsertPropAndValue Method

Inserts a property name and value pair to the RasterIdentifyObj.

[Visual Basic .NET]
Public Sub InsertPropAndValue ( _
    ByVal Property As String, _
    ByVal Value As String _
)
[C#]
public void InsertPropAndValue (
    string Property,
    string Value
);
[C++]
HRESULT InsertPropAndValue(
  BSTR Property,
  BSTR Value
);
[C++]

Parameters Property [in] Property is a parameter of type BSTR Value [in] Value is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRasterIdentifyObj Interface