Harness proD API Help
EPLAN.Harness.API.Projects.Documents Namespace / Workdesk Class / Export Method
Path to the exported file.
In This Topic
    Export Method (Workdesk)
    In This Topic
    Export this designer to a file.
    Syntax
    public void Export( 
       string path
    )

    Parameters

    path
    Path to the exported file.
    Exceptions
    ExceptionDescription
    The object is in invalid state. Obtain a new one.

    Internal error of HpD or HpD API.

    IMPORTANT: Throwing this exception changes HpD Api's state to Failed.

    The file is open.
    Remarks
    The document must be closed (see Document.IsOpened and Close).
    See Also