Click or drag to resize

ConnectionPointExtensionsSetValueT Method

Sets the value of the item.

Namespace: Demo3D.PLC.Comms
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public static void SetValue<T>(
	this IConnectionPoint cp,
	T v
)

Parameters

cp  IConnectionPoint

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

v  T

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

Type Parameters

T

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

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IConnectionPoint. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also