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

    Return Value

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