Harness proD API Help
EPLAN.Harness.API.Plugins Namespace / IHpDPlugin Interface
Members
In This Topic
    IHpDPlugin Interface
    In This Topic
    Base interface for all EPLAN Harness proD plugins.
    Syntax
    public interface IHpDPlugin : EPLAN.Harness.API.Plugins.Core.IHpDPluginInfo  
    Remarks
    Use this interface to implement your own plugins which are to be displayed and used in a running instance of EPLAN Harness proD.
    Public Properties
     NameDescription
     Property Author of this plugin and copyright information. (Inherited from EPLAN.Harness.API.Plugins.Core.IHpDPluginInfo)
     Property Description of this plugin. (Inherited from EPLAN.Harness.API.Plugins.Core.IHpDPluginInfo)
     Property EPLAN Harness proD module(s) which will show this plugin in their toolbar/menu. (Inherited from EPLAN.Harness.API.Plugins.Core.IHpDPluginInfo)
     Property Name of this plugin. (Inherited from EPLAN.Harness.API.Plugins.Core.IHpDPluginInfo)
     Property Icon to be displayed in toolbar/menu if plugin successfully loaded. (Inherited from EPLAN.Harness.API.Plugins.Core.IHpDPluginInfo)
     Property Text to be displayed in toolbar/menu if plugin successfully loaded. (Inherited from EPLAN.Harness.API.Plugins.Core.IHpDPluginInfo)
     Property Tooltip to be displayed in toolbar/menu if plugin successfully loaded. (Inherited from EPLAN.Harness.API.Plugins.Core.IHpDPluginInfo)
     Property Version of this plugin. (Inherited from EPLAN.Harness.API.Plugins.Core.IHpDPluginInfo)
    Top
    Public Methods
     NameDescription
     Method Execution of this plugin.  
     Method Initialization of this plugin.  
     Method Termination of this plugin.  
    Top
    See Also