Method: Clear for Root <Data>
- Updated2024-09-12
- 1 minute(s) read
Internal Data > Methods > Method: Clear for Root <Data>
Method: Clear for Root <Data>
Deletes all the internal DIAdem data in the script interface for internal data.
Object.Clear()
Object | Root <Data> Object with this method |
The following example deletes all the internal DIAdem data:
VBScript | Python |
Call Data.Root.Clear()