Adds new curve export formats to the list of existing formats.
*RegisterExportTemplate()Adds new curve export formats to the list of existing formats. |
|||||
*RegisterExportTemplate()Adds new curve export formats to the list of existing formats. |
Syntax |
*RegisterExportTemplate("Format Name", "Path" , "Extension") |
|
Arguments |
Name |
Description |
"Format Name" |
The name displayed in the Export dialog. |
|
"Path" |
The path to read the template from. |
|
"Extension" |
The extension of the exported file. |
|
Example |
*BeginPlotDefaults() *RegisterExportTemplate("Altair Format", *AddPrinter("lj2", "lpr -Plj2") *SetBrowserExtension(req) *SetBackgroundColor(0) *SetGridlineColor(14) *SetHeaderColor(1) *SetBorderColor(12) • • • *EndPlotDefaults() |
|
Application |
HyperGraph and HyperGraph 3D. |
|
Context |
||
Comments |
Default export formats are automatically included for Excel (csv), Columns, XY Data, X Graph, Summary, and ADAMS Spline. |
|
See also |
|
|
Export Templates in External Resources |