Client Configuration

The following steps install the Export to CAD workflow button.
  1. Open VertiGIS Studio Web to your preferred Viewer.
  2. In the Desktop Landscape Components pane, scroll down and select Toolbar.
  3. At the bottom of this pane, click +Add Menu Item.
  4. In the Workflows tab, within the search box, enter ExportToCAD to filter the workflows.
  5. Select the workflow named ExportToCAD and click Select.
  6. In the Main Settings form, you see ExportToCAD listed under Command.
  7. You need to supply Input Arguments based on your particular environment.
  8. Click to the right of the Input Arguments box to enlarge the Input Arguments window.
  9. Locate the SupplementalFiles > ExportToCAD > Workflow_Arguments folder. This folder contains ExportToCAD_Params.txt, which is a generic sample of the required input arguments.
  10. Open the ExportToCAD_Params.txt file in a text editor and provide values for the parameters:
    1. The valueBaseExportToCAD parameter refers to the virtual directory in IIS on your ArcGIS Server machine where ExportToCAD was installed from ArcFMWeb_ExportTool.msi.
    2. The servicePathDWG and servicePathDXF parameters refer to the relative location of the gpserver folders on the ArcGIS Server machine. If the Copy to CAD Path File value was not changed during the install of ArcFMWeb_ExportTool.msi, the full path will be C:\arcgisserver]drectories\arcgisjobs. For these parameters, then, you only need to specify the name you published the CAD geoprocessing tool as; e.g., exporttocad_dwg_gpserver.
    3. The valueBaseDWG and valueBaseDXF parameters refer to the full path to the published Export to CAD geoprocessing tool; e.g., https://myServer.domain.com/arcgis/rest/services/ExportTOCAD_DWG/GPServer/ExportToCAD.
    4. The accessToken parameter refers to the token value generated on your ArcGIS Server machine.
    The input argument list below is an example of what a modified file looks like.
    	{
    "valueBaseExportToCAD": "https://yourPortal.domain.com/ExportToCAD/",
    "servicePathDWG": "exportcad_e_dwg_gpserver",
    "servicePathDXF": "exportcad_e_dxf_gpserver",
    "valueBaseDWG": "https://yourServer.domain.com/arcgis/rest/services/ExportCAD_E_DWG/GPServer/Export to CAD",
    "valueBaseDXF": "https://yourServer.domain.com/arcgis/rest/services/ExportCAD_E_DXF/GPServer/Export to CAD",
    "accessToken": "123abcQHhDsawvLbOIWAg9qK6DaaaaaaabbbbbbbdegncjjwirSCVJdsf734sCXXJSFs23VYZxyz"
    }
    Make sure to put the token value from the Generate Token window in the “accessToken” line of the workflow arguments.

  11. After copying and pasting into the Input Arguments form, select Close. The ExportToCAD is now listed under Menu Items.
QR Code is a registered trademark of DENSO WAVE INCORPORATED in Japan and other countries.

Was this helpful?