This document is archived and information here might be outdated. Recommended version. |
Sets a property value of the sensor model.
[Visual Basic .NET]
Public Sub PutSensorModelProperty ( _
ByVal propertyKey As String, _
ByVal propertyValue As String _
)
[C#]
public void PutSensorModelProperty (
string propertyKey,
string propertyValue
);
[C++]
HRESULT PutSensorModelProperty(
BSTR propertyKey,
BSTR propertyValue
);
[C++] Parameters propertyKey [in]
propertyKey is a parameter of type BSTR propertyValue [in]
propertyValue is a parameter of type BSTR