Promotic

ID - property of the tvGraph object

Description:
Identifier that unambiguously specifies the tvGraph object. The property is set, for example, when the object is created by calling the tvTrend.AddGraph method. Two tvGraph objects with the same ID cannot exist in the tvTrend object. No diacritic (i.e. national dependent characters) can occur in the ID string.
Syntax:
String ID
Note:
Property access for read and write.
 
This property is also functional in Web panels.
Example1:
JavaScriptVBScriptSelect and copy to clipboard

var oTView = pMe.Items("../TrendView");
var oGraphDef = oTView.Trends("t1").GraphDefault;
var sID = oGraphDef.ID;
Example2:
JavaScriptVBScriptSelect and copy to clipboard

var oTView = pMe.Items("../TrendView");
var oGraph = oTView.Trends("t1").Graphs(0);
var sID = oGraph.ID;
PROMOTIC 9.0.27 SCADA system documentation MICROSYS, spol. s r.o.

Send page remarkContact responsible person
© MICROSYS, spol. s r.o.