Property: Settings for Data
- Updated2024-09-12
- 1 minute(s) read
Internal Data > Properties > Property: Settings for Data
Property: Settings for Data
Specifies the access to the general DIAdem settings in the script interface for internal data.
Set oSettings = Object.Settings
| Object | Data Object with this property |
| oSettings | Settings Returned object |
The following example displays whether a custom properties template is active:
| VBScript | Python |
Call MsgBoxDisp (Data.Settings.CustomPropertyTemplate.Active)