*NodeAttachment()
Specifies the node, and the model containing that node, to which an animation window note is attached.
Syntax
*NodeAttachment (Model, Node)
Application
HyperView
Inputs
- Model
 - Index of the model containing the node to which the note is attached.
 - Node
 - Index of the node to which the note is attached.
 
Context
*BeginGraphic()
*BeginNote()
Example
*BeginGraphic()
• • •
   *BeginNote(On, "Note 1")
      *Transparent(Off)
      *Attach(Node)
      *Position(0.0764706, 0.18259)
      *Text("Note 1")
      *Color(1)
      *BorderWidth(1)
      *NoteAlignment(Left)
      *NodeAttachment(0, 1564)
   *EndNote()
• • •
*EndGraphic()