SecondaryBinderConfigurationGetConnectionPointT Method |
Get a connection point for the given configuration parameter.
Namespace: Demo3D.PLCAssembly: PLC (in PLC.dll) Version: 19.00.00
Syntaxpublic IConnectionPoint GetConnectionPoint<T>(
string name
)
Parameters
- name String
- Configuration parameter name.
Type Parameters
- T
- Property/parameter type.
Return Value
IConnectionPointThe model property.
See Also