Click or drag to resize

BindableItemSetValueT Method

Sets the value of the item.

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

Parameters

v
Type: T

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

Type Parameters

T

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

Implements

IConnectionPointSetValueT(T)
See Also