Promotic

ID - property of the tvTrend object

Description:
Identifier that unambiguously specifies the tvTrend object.
Syntax:
String ID
Note:
Property access for read and write. The default value of this property is defined in the "tvTrend > Basic settings > Trend ID" configurator of this object.
 
This property is also functional in Web panels.
 
The property is set, for example, when the object is created by calling the PmgTrendViewer.AddTrend method.
Two tvTrend objects with the same ID cannot exist in the PmgTrendViewer object.
No diacritic (i.e. national dependent characters) can occur in the ID string.
See also:
- tvTrend.Name (property)
Example:
JavaScriptVBScriptSelect and copy to clipboard

var oTView = pMe.Items("../TrendView");
var oTrend = oTView.Trends(0);
if (oTrend)
{
var sId = oTrend.ID;   // Reading from the property
oTrend.ID = "trend3";   // Writing into the property
}
PROMOTIC 9.0.27 SCADA system documentation MICROSYS, spol. s r.o.

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