Click or drag to resize

ObjectProxyGetOutputPins Method

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

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

Return Value

Type: IListObjectProxy
the list of output 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