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

    Return Value

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