Click or drag to resize

ObjectProxyAddInputPin Method

Adds a new input pin the the object, if it is "connectable" and the count did not have reached its limit.

Namespace:  Articy.Api
Assembly:  QueryLayer (in QueryLayer.dll) Version: 1.0.0
Syntax
C#
public ObjectProxy AddInputPin()

Return Value

Type: ObjectProxy
the created Pin object
See Also