Creates an instance of a graphic from the graphic definition.
*Graphic()Creates an instance of a graphic from the graphic definition. |
|||||
*Graphic()Creates an instance of a graphic from the graphic definition. |
Syntax |
*Graphic(graphic_name, "graphic_label", graphic_def) |
|
Arguments |
Name |
Description |
graphic_name |
The variable name of the graphic. |
|
"graphic_label" |
The descriptive label of the graphic. |
|
graphic_def |
The graphic definition to be used. |
|
Example |
*DefinePage(page_def_1, plt_name) *Layout(1) *Title("Untitled", Off) *Graphic("GRAPHIC", grph_def_1, grph_name) *Graphic("GRAPHIC", grph_def_2, grph_name) *EndDefine() |
|
Application |
MotionView and HyperView. |
|
Context |
||
Comments |
All arguments after the third argument are user-defined. |
|
See also |
|
|