Harness proD API Help
EPLAN.Harness.API.Plugins Namespace / IHpDLibraryPlugin Interface / Initialize Method
Library API instance.
In This Topic
    Initialize Method (IHpDLibraryPlugin)
    In This Topic
    Initialization of this plugin.
    Syntax
    void Initialize( 
       Library api
    )

    Parameters

    api
    Library API instance.
    Remarks
    This method will be called when loading the DLL with this plugin at application startup.
    See Also