Harness proD API Help
EPLAN.Harness.API Namespace / Library Class / GetInstance Method
Example
In This Topic
    GetInstance Method (Library)
    In This Topic
    Get instance of HpD Library API.
    Syntax
    public static Library GetInstance()

    Return Value

    Instance of HpD Library API.
    Example
    Initialize the API and use it.
    Library api = Library.GetInstance();
    api.Init();
    
    //Do something with API
    See Also