Object: Settings <Navigator>
- Updated2024-09-12
- 2 minute(s) read
Object: Settings <Navigator>
The Settings object provides access to general settings in DIAdem NAVIGATOR.
The following example generates a loading configuration and saves this loading configuration as MyPropImportSet:
| VBScript | Python |
Dim oMyStore, oMyPropertyImportSet Set oMyStore = Navigator.ConnectDataStore("ASAM Browse Settings Example") Set oMyPropertyImportSet = Navigator.Settings.CreatePropertyImportSet(oMyStore) oMyPropertyImportSet.NamingSchema = eNamingSchemaPropertyName oMyPropertyImportSet.InheritanceMode = eInheritanceNone Call Navigator.Settings.SavePropertyImportSet("C:\MyPropImportSet.tdl", oMyPropertyImportSet)
Properties
Methods
CreateBrowseSettings | CreateContextParameterSet | CreateDataPluginParameter | CreateImportParameter | CreatePropertyImportSet | CreateUpdateSource | CreateValueMapper | LoadBrowseSettings | LoadContextParameterSet | LoadPropertyImportSet | LoadValueMapper | RegisterDataPlugin | RegisterDataProvider | SaveBrowseSettings | SaveContextParameterSet | SavePropertyImportSet | SaveValueMapper
See Also
Procedures
Configuring the Search Results | Defining Search Areas | Executing a Search with OR Operations | Executing a Text Search | Indexing Search Areas | Optimizing Custom Properties | Saving and Loading a Search Query | Searching for Data on a Different Computer in the Network | Searching for Multiple Properties | Sorting Search Results before Executing a Search
Examples
Brake Tests for Trucks | Checking DataPlugins for Timeout | Combining DataFinder Search Results | Context Menu for the Search Results of the DataFinder | Creating ATFX Files from the Context Menu of an ASAM Data Store | Customized User Interface | Evaluation Wizard for the Search Results of the DataFinder | Filtering Data with a Dialog Box | Filtering Data without a Dialog Box | Search and Evaluation Functions in User Dialog Boxes | Searching for and Evaluating Channels | Searching for Channels in the NAVIGATOR | Searching for Data Sets Marked "Failed" in Data Stores | Searching for Data Sets Marked "Failed" | Searching for Properties and Evaluating the Associated Channels | Varying Browse Settings of a Data Store