*LineToEntity() - Notes
Specifies the style of the hidden part of the line connecting the note to the entity.
Syntax
*LineToEntity (Type)
Application
HyperView
Inputs
- Type
- Style of the line. Valid options are Continuous or Stipple.
Example
*BeginNote("On", "node 1 Node 763")
*Transparent("On")
*AutoHide("Off")
*AnchorToScreen("On")
*FillColor(" 44 85 126")
*TextColor(" 20 20 20")
*Attach("NODE")
*NodeLocator("1 Solid 2 Node 763")
*Position(0.267294, 0.577293)
*Text("Node: {entity.id}\n{window.simulationparent}")
*Font("Noto Sans", "regular", "regular", 10)
*Color(" 20 20 20")
*BorderWidth(1)
*LineToEntity(Continuous)
*Shape("Rectangle")
*NoteAlignment("Left")
*NoteAnchor("None", "None")
*TitleFlag("No")
*EndNote()