Harness proD API Help
EPLAN.Harness.API.Projects.Documents Namespace / Project Class / ExportToHTML Method / ExportToHTML(String,Boolean) Method
The path to the output file.
Include design objects in the export?
In This Topic
    ExportToHTML(String,Boolean) Method
    In This Topic
    Export this project to a HTML file.
    Syntax
    public void ExportToHTML( 
       string filePath,
       bool exportDesignObjects
    )

    Parameters

    filePath
    The path to the output file.
    exportDesignObjects
    Include design objects in the export?
    See Also