Harness proD API Help
EPLAN.Harness.API.Plugins.Core Namespace / IHpDPluginInfo Interface
Members
In This Topic
    IHpDPluginInfo Interface
    In This Topic
    Base information about Harness ProD plugin.
    Syntax
    public interface IHpDPluginInfo 
    Public Properties
     NameDescription
     Property Author of this plugin and copyright information.  
     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.  
     Property Image to be displayed in button if plugin successfully loaded.  
     Property EPLAN Harness proD module(s) which will show this plugin in their toolbar/menu.  
     Property Name of this plugin.  
     Property Version of this plugin.  
     Property If active, plugin button will be displayed in ribbon's quick access toolbar.  
    Top
    See Also