Launch_GetProdPosition()

Examples


The Launch_GetProdPosition() function returns the position of a product in the launch file. This function will work only when your application is opened with the runtime engine.

Syntax

Launch_GetProdPosition(product_ID)

Parameters

product_ID – An integer designating the product ID. You can return a product ID using Launch_GetProdID().

Return value

An integer designating the product position.


Documentation Feedback