DIAdem Help

Content Type
Programming Language
Current manual

Object: Settings

Object: Settings

The Settings object provides access to the general DIAdem settings in the script interface for internal data.

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

VBScriptPython

 

Call MsgBoxDisp (Data.Settings.CustomPropertyTemplate.Active)

Returned From

Data.Settings

Was this information helpful?