Click or drag to resize

ObjectProxyGetInputPins Method

Returns a list of ObjectProxy objects, each representing an input pin.

Namespace:  Articy.Api
Assembly:  QueryLayer (in QueryLayer.dll) Version: 1.0.0
Syntax
C#
public IList<ObjectProxy> GetInputPins()

Return Value

Type: IListObjectProxy
the list of input pins ordered from top to bottom as displayed in the articy:draft flow editor
Exceptions
ExceptionCondition
ArticyApiExceptionIf this method is called on an non-flow object the error code ErrorCode.ObjectIsNotConnectable is thrown.
See Also