Click or drag to resize

SecondaryBinderConfigurationFindModelValueT Method

Find a model value for the given configuration parameter.

Namespace: Demo3D.PLC
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public bool FindModelValue<T>(
	string name,
	out T value
)

Parameters

name  String
Configuration parameter name.
value  T
The model value.

Type Parameters

T
Value/parameter type.

Return Value

Boolean
True if the model value was found.
See Also