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

    Parameters

    hpdApi
    API Studio 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