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.