SecondaryBinderModelConfigurationAddT(String, IConnectionPoint) Method |
Add a connection point.
Namespace: Demo3D.PLCAssembly: PLC (in PLC.dll) Version: 19.00.00
Syntaxpublic void Add<T>(
string name,
IConnectionPoint connectionPoint
)
Parameters
- name String
- Parameter name.
- connectionPoint IConnectionPoint
- Connection point.
Type Parameters
- T
- Value type.
See Also