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

In This Topic
    IHpDPluginInfo Interface Members
    In This Topic

    The following tables list the members exposed by IHpDPluginInfo.

    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.  
     Property Button size.  
     Property Text to be displayed in ribbon control if a plugin successfully loaded.  
     Property Tooltip to be displayed in ribbon control if a plugin successfully loaded.  
     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.  
     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.  
     Property If active, plugin button will be displayed in ribbon's quick access toolbar.  
    Top
    Public Methods
     NameDescription
     Method If a module (Workspace, ProjectPage, Report, etc.) changes, ModuleChanged method is called informing user about the chagne.  
    Top
    See Also