DlgBillboard.GetImagePath

string DlgBillboard.GetImagePath ( 

number ControlID,

number Position )

Example 1

-- Get the path to image 5.
path = DlgBillboard.GetImagePath(CTRL_BILLBOARD_01, 5);

-- Show the path in a dialog message.
Dialog.Message("Image Path", path);

Gets the path to the image at index 5 in the billboard control and shows its value in a dialog message.

See also:  Related Actions