Reads a value from the point and returns it directly.

Namespace: Ico.Fwx.ClientWrapper
Assembly: IcoFwxClientWrapper (in IcoFwxClientWrapper.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public SampleValue Read(
	string pointName
)
Visual Basic
Public Function Read ( _
	pointName As String _
) As SampleValue
JScript
public function Read(
	pointName : String
) : SampleValue

Parameters

pointName
Type: System..::..String
The point name to read from.

See Also