*EndDefaults()

Indicates the end of the default settings.

Syntax

*EndDefaults()

Application

MotionView, HyperView, and HyperGraph, HyperStudy, TableView, and MediaView.

Example

*Id("MotionView v4.0")

*BeginDefaults()
	*SetAutoSaveInterval(0)
	*SetDefaultPageLayout(1)
	*SetDefaultPSFile("data.ps")
 	*SetDefaultPrinterOrientation(Landscape)
	*SetDefaultPrintRange(Current)
	• • •
*EndDefaults()

Comments

The *BeginDefaults() statement requires a closing *EndDefaults() statement.