SecondaryBinderConfigurationGetModelValueT Method |
Gets a model value for a given configuration parameter.
Namespace:
Demo3D.PLC
Assembly:
PLC (in PLC.dll) Version: 17.00.05
Syntaxpublic T GetModelValue<T>(
string name
)
Parameters
- name
- Type: SystemString
Configuration parameter name.
Type Parameters
- T
- Value/parameter type.
Return Value
Type:
TThe model value.
See Also