HyperWorks Desktop

*TitleFlag()

Indicates if the title attached to the note should be displayed.

*TitleFlag()

Indicates if the title attached to the note should be displayed.

Previous topic Next topic No expanding text in this topic  

*TitleFlag()

Indicates if the title attached to the note should be displayed.

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

Syntax

*TitleFlag(state)

Argument

Name

Description

 

state

Yes – Displays the title of the note.

No – Does not display the title of the note.

Example

*BeginNote(On, "Model Info")

   *Transparent(On)

   *Attach(WINDOW)

   *Position(0.894185, 0.962798)

   *Text("{modeltitle}")

   *Text("{loadcase} : {simulationstep}")

   *Font("Arial", "regular", "regular", 12)

   *Color(1)

   *BorderWidth(0)

   *NoteAlignment(Right)

   *NoteAnchor(Right, Top)

   *TitleFlag(Yes)

*EndNote()

Application

HyperView.

See also

 

*BeginNote()

List of Session Statements