*Attach() - HyperView

Specifies the entity type of attachment for a note in HyperView.

Syntax

*Attach (Window/Node/Element/Coordinates)

Application

HyperView

Inputs

Window
Attaches the note to the window.
Node
Attaches the note to a node with a leader line.
Element
Attaches the note to an element with a leader line.
Coordinates
Attaches the note to an XYZ coordinate with a leader line.

Context

*BeginGraphic()

*BeginNote()

Example

*BeginGraphic()
	• • •
	*BeginNote(On, "Note 1")
		*Transparent(Off)
		*Attach(Element)
		*Position(0.0764706, 0.18259)
		*Text("Note 1")
		*Color(1)
		*BorderWidth(1)
		*NoteAlignment(Left)
		*ElemAttachment(0, 2, 12579)
	*EndNote()
	• • •
*EndGraphic()

Comments

The arguments for this statement are different than for the *Attach() - Plot statement used in HyperGraph.

All attachment types except the Window type draw a line connecting the note box to its attached item.