Harness proD API Help
EPLAN.Harness.API.Plugins Namespace / IHpDLibraryPluginLoader Interface / Initialize Method
API Library instance.
In This Topic
    Initialize Method (IHpDLibraryPluginLoader)
    In This Topic
    Plugin loader initialization.
    Syntax
    void Initialize( 
       Library hpdApi
    )

    Parameters

    hpdApi
    API Library instance.
    Remarks
    This method will be called when loading the DLL with this plugin at application startup. Initialize method can be used in order to execute a code before plugin properties are read for example in order to generate ribbon pages, ribbon groups, etc. programatically.
    See Also