Jump to content

API Panel.Position.Set: Difference between revisions

From Flowcode Help
(username removed)
No edit summary
(username removed)
No edit summary
Line 35: Line 35:


[[File:SIMAPI_Panel_Position_Set_Pic1.png]][[File:SIMAPI_Panel_Position_Set_Pic2.png]]
[[File:SIMAPI_Panel_Position_Set_Pic1.png]][[File:SIMAPI_Panel_Position_Set_Pic2.png]]
[[File:SIMAPI_Panel_Position_Set_Pic0.png]]
[[File:SIMAPI_Panel_Position_Set_Pic0.png|800px]]

Revision as of 15:44, 15 May 2013

<sidebar>API contents</sidebar> Sets an objects position based on a component or pre-defined position

Class hierarchy

Panel

Position
Set

Parameters

HANDLE Dest

The position or component to update

HANDLE Source

The position or component to read from


Return value

This call does not return a value


Detailed description

No additional information


Examples

Calling in a calculation

  • Add to a calculation icon:
    ::Panel.Position.Set(dest, source)

Flowcode example file

From the SimulationAPIExamples folder load SIMAPI_Panel_Position_Set.fcf file into Flowcode. In this example, The screenshots below show the effect and also highlight the code used by the example.