Click or drag to resize

ApiSessionFindFlowPosition Method

Helper method to find the transformed position in the flow. If snap-to-grid option is enabled the coordinate is also snapped to coordinates on the active grid.

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public Point FindFlowPosition(
	ObjectProxy aObject
)

Parameters

aObject
Type: Articy.ApiObjectProxy

Return Value

Type: Point
The flow coordinate or 0,0 if this method was unable to detect one
Remarks
Available since 3.1.31, only gives valid values if used for a MDK plugin.
See Also