HyperWorks Desktop

*Graphic()

Creates an instance of a graphic from the graphic definition.

*Graphic()

Creates an instance of a graphic from the graphic definition.

Previous topic Next topic No expanding text in this topic  

*Graphic()

Creates an instance of a graphic from the graphic definition.

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

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

*DefinePage()

Comments

All arguments after the third argument are user-defined.

See also

 

*DefinePage()

*DefinePlot()

List of Report Statements