*CoordsAttachment() - HyperView
Specifies the position of a point in space to which an animation window note is attached.
Syntax
*CoordsAttachment (XString, YString, ZString)
Application
HyperView
Inputs
- XString
- Value of the X coordinate.
- YString
- Value of the Y coordinate.
- ZString
- Value of the Z coordinate.
Context
*BeginGraphic()
*BeginNote()
Example
*BeginGraphic()
• • •
 *BeginNote(On, "Note 1")
     *Transparent(Off)
     *Attach(Coordinates)
     *Position(0.0764706, 0.18259)
     *Text("Note 1")
     *Color(1)
     *BorderWidth(1)
     *NoteAlignment(Left)
     *CoordsAttachment("0", "0", "0")
 *EndNote()
• • •
*EndGraphic()Comments
The arguments for this statement are recorded as strings so that the values recorded remain the same as typed by the user.