CARIS HPD : CARIS® Batch : HPD® Processes : PaperChartBuilder License : Export Chart Properties
 

Export Chart Properties

The ExportChartProperties process exports the properties of a paper chart to a JSON or XML file.

Input

HPD URI containing a Chart Version ID, or the path of a standalone chart.

Output

Path to the XML or JSON file.

Command Line Syntax

carisbatch --run ExportChartProperties <input> <output>

Options

N/A

Example

Example

Objective

Export chart properties from database chart 123 to the chart_properties JSON file.

Description

Command Line Syntax

URI of the database chart

hpd://username:password@database?chartversionid=123

Exported chart properties file

C:\exports\chart_properties.json

Command Line

carisbatch --run ExportChartProperties hpd://username:password@database?chartversionid=123 C:\exports\chart_properties.json

Result

Chart properties for chart 123 are exported to the chart_properties.json file.