getInvokerID()

ICE Data Services -

getInvokerID()
Previous  Top  Next

getInvokerID()

Returns a unique chart ID number based on the order in which the charts were initialized during start up.

Parameters

none
function takes no parameters


Usage

var nChartID = null
;
function main() {
   ...
   ...
  if (nChartID == null) nChartID = getInvokerID();
}