public interface IPluginDataImporter : IPluginPublic Interface IPluginDataImporter
Inherits IPluginpublic interface class IPluginDataImporter : IPlugintype IPluginDataImporter =
interface
interface IPlugin
end| Assembly | (Inherited from IPlugin) |
| Parent | (Inherited from IPlugin) |
| Path | (Inherited from IPlugin) |
| PluginDestination | (Inherited from IPlugin) |
| PluginEnabled | (Inherited from IPlugin) |
| Type | (Inherited from IPlugin) |
| CheckImportCompatibility | Checks the compatibility of the importer with the given file extension and file content excerpt |
| GetImporterFormatType | Returns the format type of the importer |
| ImportData | Imports the data from the given file |
| InitEvents |
After loading the Plugin PCB-Investigator init all events and set the parent.
(Inherited from IPlugin) |
| IsActionAllowed |
Ast plugin for handling of special ID_ActionItem or registrated IDs.
default is return false.
(Inherited from IPlugin) |