DIAdem Help

Property: Settings for Data

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

Property: Settings for Data

Specifies the access to the general DIAdem settings in the script interface for internal data.

Set oSettings = Object.Settings
ObjectData
Object with this property
oSettingsSettings
Returned object

The following example displays whether a custom properties template is active:

VBScriptPython

 

Call MsgBoxDisp (Data.Settings.CustomPropertyTemplate.Active)

Log in to get a better experience