Registers a result math template.
*RegisterResultMathTemplate()Registers a result math template. |
|||||
*RegisterResultMathTemplate()Registers a result math template. |
Syntax |
*RegisterResultMathTemplate(name, filename) |
|
Arguments |
Name |
Description |
name |
The result math template name. |
|
filename |
The associated XML file to be used when reading a model/result. |
|
Example |
*BeginGraphicDefaults() *RegisterResultMathTemplate(“RM Template”, *EndGraphicDefaults() |
|
Application |
HyperView |
|
Context |
||
Comments |
The Advanced result math template must be registered before using the *RegisterResultMathTemplate() preference statement. *RegisterResultMathTemplaate() defines the operator libraries available and what data will be extracted from the model. |
|
See also |
|
|