HyperWorks Desktop

*AddExportFormat()

Adds the given format to the list of available export formats.

*AddExportFormat()

Adds the given format to the list of available export formats.

Previous topic Next topic No expanding text in this topic  

*AddExportFormat()

Adds the given format to the list of available export formats.

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Syntax

*AddExportFormat(name, path, ext)

Arguments

Name

Description

 

name

The name of the export format.

 

path

The path to the format template.

 

ext

The format type extension.

Example

*BeginDefaults()

 *BeginPlotDefaults()

  *AddExportFormat("Altair Format", "altair.tpl", "alt")

 *EndPlotDefaults()

*EndDefaults()

Application

HyperGraph 2D

Context

*BeginDefaults()

*BeginPlotDefaults()

See also

 

List of Preference Statements