Click or drag to resize

ObjectProxySetFlowPosition Method (Double, Double)

Sets the current position of a flow-item object

Namespace:  Articy.Api
Assembly:  QueryLayer (in QueryLayer.dll) Version: 1.0.0
Syntax
C#
public void SetFlowPosition(
	double aPosX,
	double aPosY
)

Parameters

aPosX
Type: SystemDouble
the x-position of the flow-item
aPosY
Type: SystemDouble
the y-position of the flow-item
See Also