Harness proD API Help
EPLAN.Harness.API Namespace / Library Class / Close Method
In This Topic
    Close Method (Library)
    In This Topic
    Close HpD Library API. You should call this when you are done with the HpD Library API. It sets API Status to ApiState.Closed. Call Init(String,String[]) to initialize and use the HpD API again. Make sure you have all your documents and project properly saved and closed before this call. When used from plugin, this call has no effect.
    Syntax
    public bool Close()

    Return Value

    True if HpD was disposed. False if this did not have any effect.
    See Also