DIAdem Help

Object: DataPlugin

  • Updated2024-09-12
  • 1 minute(s) read

Object: DataPlugin

The DataPlugin object is available as a global object. Therefore, all the properties and methods of the object are available at all points in the script.

The following example generates the DateTime Root property and assigns the time value 17.06.2004 10:00:00 to the Root property.

Call Root.Properties.Add("DateTime",CreateTime(2004,6,17,10,0,0))

Log in to get a better experience