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: 17.00.05
Syntax
C#
public bool FindModelValue<T>(
	string name,
	out T value
)

Parameters

name
Type: SystemString
Configuration parameter name.
value
Type: T
The model value.

Type Parameters

T
Value/parameter type.

Return Value

Type: Boolean
True if the model value was found.
See Also