DlgBillboard.GetPos

table DlgBillboard.GetPos ( 

number ControlID )

Example 1

tbPos = DlgBillboard.GetPos(CTRL_BILLBOARD_03);

Gets the current X, Y coordinates of the billboard control CTRL_BILLBOARD_03 and stores the results in a table called "tbPos." These values can be accessed by referencing tbPos.X and tbPos.Y.

See also:  Related Actions