Harness proD API Help
EPLAN.Harness.API.Plugins Namespace / IHpDPlugin Interface
Properties Methods

In This Topic
    IHpDPlugin Interface Members
    In This Topic

    The following tables list the members exposed by IHpDPlugin.

    Public Properties
     NameDescription
     Property Author of this plugin and copyright information. (Inherited from EPLAN.Harness.API.Plugins.Core.IPluginDisplayInfo)
     Property Position of the button in the Ribbon group. (Inherited from EPLAN.Harness.API.Plugins.Core.IHpDPluginInfo)
     Property Button size. (Inherited from EPLAN.Harness.API.Plugins.Core.IHpDPluginInfo)
     Property Text to be displayed in ribbon control if a plugin successfully loaded. (Inherited from EPLAN.Harness.API.Plugins.Core.IHpDPluginInfo)
     Property Tooltip to be displayed in ribbon control if a plugin successfully loaded. (Inherited from EPLAN.Harness.API.Plugins.Core.IHpDPluginInfo)
     Property Description of this plugin. (Inherited from EPLAN.Harness.API.Plugins.Core.IPluginDisplayInfo)
     Property If active, plugin button will be enabled. In order to propagate a change, INotifyPropertyChanged interface must be implemented. (Inherited from EPLAN.Harness.API.Plugins.Core.IHpDPluginInfo)
     Property Image to be displayed in button if plugin successfully loaded. (Inherited from EPLAN.Harness.API.Plugins.Core.IPluginDisplayInfo)
     Property Unique name of this plugin. (Inherited from EPLAN.Harness.API.Plugins.Core.IPluginDisplayInfo)
     Property Version of this plugin. (Inherited from EPLAN.Harness.API.Plugins.Core.IPluginDisplayInfo)
     Property If active, plugin button will be visible. In order to propagate a change, INotifyPropertyChanged interface must be implemented. (Inherited from EPLAN.Harness.API.Plugins.Core.IHpDPluginInfo)
     Property If active, plugin button will be displayed in ribbon's quick access toolbar. (Inherited from EPLAN.Harness.API.Plugins.Core.IHpDPluginInfo)
    Top
    Public Methods
     NameDescription
     Method Execution of this plugin.  
     Method Initialization of this plugin.  
     Method If a module (Workspace, ProjectPage, Report, etc.) changes, ModuleChanged method is called informing user about the chagne. (Inherited from EPLAN.Harness.API.Plugins.Core.IHpDPluginInfo)
     Method Termination of this plugin.  
    Top
    See Also