This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterIdentifyObj Interface > IRasterIdentifyObj.InsertPropAndValue Method (ArcObjects .NET 10.4 SDK) |
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