Click or drag to resize

BindableItemSetValueT(T, ValueSource) Method

Sets the value of the item.

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

Parameters

v  T

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

source  ValueSource

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

Type Parameters

T

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

Implements

IConnectionPointSetValueT(T, ValueSource)
See Also