Click or drag to resize

SecondaryBinderModelConfigurationAddT Method (String, T)

Add an input model value.

Namespace:  Demo3D.PLC
Assembly:  PLC (in PLC.dll) Version: 18.03.00
Syntax
C#
public Action<T> Add<T>(
	string name,
	T currentValue
)
where T : struct, new()

Parameters

name
Type: SystemString
Parameter name.
currentValue
Type: T
Current parameter value.

Type Parameters

T
Value type.

Return Value

Type: ActionT
An action to call to change the value.
See Also