Click or drag to resize

ObjectProxyAddOutputPin Method

Adds a new output 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 AddOutputPin()

Return Value

Type: ObjectProxy
the created Pin object
See Also