Sets the default template for result math operations.
*DefaultResultMathTemplate()Sets the default template for result math operations. |
|||||
*DefaultResultMathTemplate()Sets the default template for result math operations. |
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 |
||
Comments |
A *DefaultResultMathTemplate() statement may be placed inside a *BeginGraphicDefaults() block. |
|
See also |
|
|
|