HyperWorks Desktop

*CreateNote()

Includes a curve in a macro.

*CreateNote()

Includes a curve in a macro.

Previous topic Next topic No expanding text in this topic  

*CreateNote()

Includes a curve in a macro.

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

Syntax

*CreateNote(TRUE|FALSE)

Arguments

Name

Description

 

TRUE

The note is included in the macro.

 

FALSE

The note is not included in the macro.

Example

*BeginPlotMacros()

  *DefinePlotMacro(macro_1)

     *Label("Macro 1")

     *CreateNote(TRUE)

     *Set(NOTE_POS, "0", "0")

     *Set(NOTE_ATTACHMENT, "Coordinate")

     *Set(NOTE_POINT, 5, 5)

  *EndDefine()

*EndPlotMacros()

Application

HyperGraph.

Context

*BeginPlotMacros()

*DefinePlotMacro()

Comments

*CreateNote() is used to create a note using a macro.

In the interface, a note can be created using a macro by selecting Create Note in the Plot Macros panel.

Macros can also be used to create curves using *CreateCurve().

See also

 

*BeginText()

*CreateCurve()

*Set()

List of Session Statements