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


IRasterIdentifyObj.InsertPropAndValue Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterIdentifyObj Interface > IRasterIdentifyObj.InsertPropAndValue Method
ArcGIS Developer Help

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