Harness proD API Help
In This Topic
    Examples
    In This Topic

    This page describes the sample plugins and API application included in the Harness proD installation.

    The source files for these examples can be found in your install directory, in the folder Demo/Demo_API/. Already compiled files can be found in the install directory in the API folder.
    You will need to update references to the Harness proD API assemblies to compile the source codes. The required assemblies can be found in your Harness proD install directory in the API folder.

    ApiDemo

    This example shows an application which calls the Harness proD API and performs some actions on project data without ever opening Harness proD itself.
    The source code shows how to initialize the API and perform calls from outside the Harness proD application. A project is loaded and all workspaces, workdesks, reports, cable drawings and nailboards are exported to a selected directory in a variety of formats.

    PluginDemo

    This example contains two plugins which are built into one .dll assembly library. For a guide on how to load and run these from Harness proD Studio, see the Harness proD online help topic Plugins Settings. The source code shows how to write plugins which can be run from inside the Harness proD application in various environments.