Object: RegisteredDataPlugin <Navigator>
- Updated2024-09-12
- 1 minute(s) read
Objects > Navigator > Settings
Object: RegisteredDataPlugin <Navigator>
The RegisteredDataPlugin object provides information about a DataPlugin registered on your computer.
The following example displays all DataPlugins registered on your computer:
| VBScript | Python |
Dim oMyDataPlugins, DataPlugin, sOutput Set oMyDataPlugins = Navigator.Settings.RegisteredDataPlugins For Each DataPlugin in oMyDataPlugins sOutput = sOutput & DataPlugin.Name & vbCrLf Next Call MsgBoxDisp(sOutput)
Properties
Description | FileExtensionList | IsFastLoadingSupported | IsFileBased | IsLoadingSupported | IsProtected | IsQuerySupported | IsRegisterSupported | IsSavingSupported | IsSelectiveLoadingSupported | IsTdmModel | ModelName | Name | Type | Version