Begins a page definition block.
Syntax |
*DefinePage(page_def_name, [arg_1, arg_2,..., arg_n]) |
|
Arguments |
Name |
Description |
page_def_name |
The name of the page definition. |
|
arg_1, arg_2, ..., arg_n |
User-defined optional arguments. |
|
Example |
*DefinePage(page_def_1, req_name, rep_name) *Layout(10) *Title("Ride Plots", On) *Plot(dummy, "PLOT", plt_def_camber, req_name) *Plot(dummy, "PLOT", plt_def_caster, req_name) *Plot(dummy, "PLOT", plt_def_toe, req_name) *BeginTextEditor() *FileName(rep_name) *Font("courier", 1, 1, 14) *EndTextEditor() *EndDefine() |
|
Application |
MotionView, HyperView, HyperGraph, and TextView. |
|
Comments |
The *DefinePage() statement requires an ending *EndDefine() statement. |
|
All arguments after the first argument are user-defined. |
||
See also |
|
|
*BeginGraphic() in Script Files *BeginPlot() in Script Files *BeginTextEditor() in Script Files *Layout() in Script Files *Title() in Script Files |