Method: GetIndexedProperties for QueryForm <DataFinder>
- Updated2024-09-12
- 2 minute(s) read
DIAdem NAVIGATOR > Methods > Method: GetIndexedProperties for QueryForm <DataFinder>
Method: GetIndexedProperties for QueryForm <DataFinder>
Returns all indexed Properties and custom properties of the specified type when searching with a DataFinder on the interface.
Set oIndexedProperties = Object.GetIndexedProperties(Type)
| Object | QueryForm <DataFinder> Object with this method |
| Type | String Specifies whether DIAdem returns the indexed properties of the file (eSearchFile), of the group (eSearchChannelGroup), or of the channel (eSearchChannel). |
| oIndexedProperties | IndexedProperties Returned object |
The following example displays the number of indexed properties and custom properties of all the files in the search areas:
| VBScript | Python |
Dim oMyProperties, oMyQueryForm Set oMyQueryForm = Navigator.Display.CurrDataFinder.QueryForm Set oMyProperties = oMyQueryForm.GetIndexedProperties(eSearchFile) Call MsgBoxDisp(oMyProperties.Count)
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