GetImageURL method: IntBroker class

Syntax

GetImageURL(image_name)

Description

Use this method to get the URL to an image that has been uploaded using the Layout Image Upload page.

Parameters

Parameter Description

image_name

Specifies the name of the image as a String.

Returns

A String value.

Example

Use the GetImageURL method in a Mobile Application Platform (MAP) application to return the image’s URL to be assigned to the designated dynamic image’s primitive.

&COM_NAV.GetPropertyByName("Altitude").Value = %IntBroker.GetImageURL("MAP_ACTIONS");