IVSSqmService.SetDatapoint(Int32, UInt32) Method

Definition

Sets a data point item to the stream.

public:
 void SetDatapoint(int dataPointId, System::UInt32 value);
public void SetDatapoint (int dataPointId, uint value);
abstract member SetDatapoint : int * uint32 -> unit
Public Sub SetDatapoint (dataPointId As Integer, value As UInteger)

Parameters

dataPointId
Int32

The data point identifier.

value
UInt32

The value of the data point.

Applies to