Click or drag to resize

SecondaryBinderModelConfigurationAddT(String, IConnectionPoint) Method

Add a connection point.

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

Parameters

name  String
Parameter name.
connectionPoint  IConnectionPoint
Connection point.

Type Parameters

T
Value type.
See Also