Click or drag to resize

SecondaryBinderConfigurationGetConnectionPointT Method

Get a connection point for the given configuration parameter.

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

Parameters

name
Type: SystemString
Configuration parameter name.

Type Parameters

T
Property/parameter type.

Return Value

Type: IConnectionPoint
The model property.
See Also