Click or drag to resize

IConnectionPointValueAsT Method

Gets the value of the item cast to a specific type if necessary.

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 18.03.00
Syntax
C#
T ValueAs<T>()

Type Parameters

T
Type to cast the value to.

Return Value

Type: T
The Value cast to type T.
See Also