Specifies the entity type of attachment for a note in HyperView.
*Attach() - HyperViewSpecifies the entity type of attachment for a note in HyperView. |
|||||
*Attach() - HyperViewSpecifies the entity type of attachment for a note in HyperView. |
Syntax |
*Attach(Window/Node/Element/Coordinates) |
|
Arguments |
Name |
Description |
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. |
|
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() |
|
Application |
HyperView |
|
Context |
||
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. |
|
See also |
|
|
*CoordsAttachment() - Animation |