Click or drag to resize

IConnectionPointSetValueT Method

Sets the value of the item.

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

Parameters

v  T

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

source  ValueSource

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

Type Parameters

T

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

See Also