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