Click or drag to resize

SecondaryBinderConfigurationGetModelValueT Method

Gets a model value for a given configuration parameter.

Namespace:  Demo3D.PLC
Assembly:  PLC (in PLC.dll) Version: 17.00.05
Syntax
C#
public T GetModelValue<T>(
	string name
)

Parameters

name
Type: SystemString
Configuration parameter name.

Type Parameters

T
Value/parameter type.

Return Value

Type: T
The model value.
See Also