*PositionType() - HyperView
Specifies if the notes position is based on screen position or model coordinates.
Syntax
*PositionType (Type)
Application
HyperView
Inputs
- Type
- Screen or Position.
Context
*BeginGraphic()
*BeginNote()
Example
*BeginGraphic()
• • •
*BeginNote(On, "Note 1")
*Transparent(Off)
*Attach(Element)
*PositionType("COORDINATES")
*Position(0.000000, 0.000000, 0.000000)
*Text("Note 1")
*Color(1)
*BorderWidth(1)
*NoteAlignment(Left)
*ElemAttachment(0, 2, 12579)
*EndNote()
• • •
*EndGraphic()