*BeginDefaults()
Indicates the beginning of the default settings block.
Syntax
*BeginDefaults()
Application
MotionView, HyperView, and HyperGraph, HyperStudy, TextView, and MediaView.
Example
*Id("MotionView v6.0")
*BeginDefaults()
*SetAutoSaveInterval(0)
*SetDefaultPageLayout(1)
*SetDefaultPSFile("data.ps")
*SetDefaultPrinterOrientation(Landscape)
*SetDefaultPrintRange(Current)
• • •
*EndDefaults()
Comments
Every *BeginDefaults() statement requires a closing *EndDefaults() statement.