HyperWorks Desktop

*DefaultResultMathTemplate()

Sets the default template for result math operations.

*DefaultResultMathTemplate()

Sets the default template for result math operations.

Previous topic Next topic No expanding text in this topic  

*DefaultResultMathTemplate()

Sets the default template for result math operations.

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

Syntax

*DefaultResultMathTemplate(name)

Arguments

Name

Description

 

name

The name of the result math template which was registered using the *RegisterResultMathTemplate() statement.

Example

*BeginGraphicDefaults()

*RegisterResultMathTemplate("Advanced", {rmath_template_dir +     "/advanced.xml"})

*DefaultResultMathTemplate("Advanced")

*EndGraphicDefaults()

Application

HyperView.

Context

*BeginGraphicDefaults

Comments

A *DefaultResultMathTemplate() statement may be placed inside a *BeginGraphicDefaults() block.

See also

 

*RegisterResultMathTemplate()

List of Preference Statements