Click or drag to resize

IConnectionPointSetValueT Method

Sets the value of the item.

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 17.00.05
Syntax
C#
void SetValue<T>(
	T v
)

Parameters

v
Type: T

[Missing <param name="v"/> documentation for "M:Demo3D.PLC.Comms.IConnectionPoint.SetValue``1(``0)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Demo3D.PLC.Comms.IConnectionPoint.SetValue``1(``0)"]

See Also