Click or drag to resize

SecondaryBinderConfigurationFindConnectionPointT Method

Find a connection point for the given configuration parameter.

Namespace: Demo3D.PLC
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public IConnectionPoint? FindConnectionPoint<T>(
	string name
)

Parameters

name  String
Configuration parameter name.

Type Parameters

T
Property/parameter type.

Return Value

IConnectionPoint
The connection point, or null.
See Also