*RegisterExportTemplate()

Adds new curve export formats to the list of existing formats.

Syntax

*RegisterExportTemplate ("Format Name", "Path" , "Extension")

Application

HyperGraph and HyperGraph 3D.

Inputs

"Format Name"
The name displayed in the Export dialog.
"Path"
The path to read the template from.
"Extension"
The extension of the exported file.

Context

*BeginPlotDefaults()

Example

*BeginPlotDefaults()
    *RegisterExportTemplate("Altair Format",
                            "altair.tpl", "alt")  
    *AddPrinter("lj2", "lpr -Plj2")
    *SetBrowserExtension(req) 
    *SetBackgroundColor(0) 
    *SetGridlineColor(14) 
    *SetHeaderColor(1) 
    *SetBorderColor(12) 
    • • •
*EndPlotDefaults() 

Comments

Default export formats are automatically included for Excel (csv), Columns, XY Data, X Graph, Summary, and ADAMS Spline.