Property: AppendCheckGroupName for ImportParameter <Navigator>
- Updated2024-09-12
- 1 minute(s) read
DIAdem NAVIGATOR > Properties > Property: AppendCheckGroupName for ImportParameter <Navigator>
Property: AppendCheckGroupName for ImportParameter <Navigator>
Specifies how DIAdem deals with group names when appending external data to the data in the Data Portal.
Object.AppendCheckGroupName
| Object | ImportParameter <Navigator> Object with this property | |||||||||
| Object.AppendCheckGroupName | Enumeration with read and write access and the following selection terms:
|
The following example adds the external data of the Example.tdm data set with the settings made in the oMyImportParameter object to the data in the Data Portal:
| VBScript | Python |
Dim oMyImportParameter Set oMyImportParameter = Navigator.Settings.CreateImportParameter("Append") oMyImportParameter.AppendCheckGroupName = eAppendCheckGroupNameAutomatic Call DataFileLoad("Example.tdm", "TDM", oMyImportParameter)