SecondaryBinderConfigurationFindModelValueT Method |
Find a model value for the given configuration parameter.
Namespace:
Demo3D.PLC
Assembly:
PLC (in PLC.dll) Version: 17.00.05
Syntaxpublic 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:
BooleanTrue if the model value was found.
See Also