Click or drag to resize

SecondaryBinderModelConfigurationAddT Method (String, IConnectionPoint)

Add a connection point.

Namespace:  Demo3D.PLC
Assembly:  PLC (in PLC.dll) Version: 18.03.00
Syntax
C#
public void Add<T>(
	string name,
	IConnectionPoint connectionPoint
)

Parameters

name
Type: SystemString
Parameter name.
connectionPoint
Type: Demo3D.PLC.CommsIConnectionPoint
Connection point.

Type Parameters

T
Value type.
See Also