This document is archived and information here might be outdated. Recommended version. |
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