Click or drag to resize

ObjectProxyGetOutputPin Method

returns the output pin with the given index

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

Parameters

aIndex
Type: SystemInt32
the pin index counted from top to bottom, starting with 0

Return Value

Type: ObjectProxy
the given Pin ObjectProxy object
See Also