Indicates the beginning of a note block.
*BeginNote() - HyperViewIndicates the beginning of a note block. |
|||||
*BeginNote() - HyperViewIndicates the beginning of a note block. |
Syntax |
*BeginNote(visibility, label) |
|
Arguments |
Name |
Description |
visibility |
On - Enables the note. Off - Disables the note. |
|
label |
Label of the note created. |
|
Substatements |
||
Example |
*BeginNote(On, "Model Info") *Transparent(On) *AutoHide(On) *AnchorToScreen(On) *FillColor(3) *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. |
|
Comments |
This block captures the note settings from the Notes panel in HyperView. |
|
See also |
|
|