*ElementLocator() - Components
This command is used to locate an element in the model.
Syntax
*ElementLocator ("Model_id, Element_pool, Element_id")
Application
HyperView
Inputs
- Model_id
- The model identifier.
- Element_pool
- The element pool name.
- Element_id
- The element identifier.
Context
*BeginMeasures()
*BeginTracing()
*BeginTracking()
*BeginNote()
Example
*BeginNote("On", "Note 2")
   *Transparent(On)
   *AutoHide(Off)
   *AnchorToScreen(On)
   *Attach("ELEMENT")
   *ElementLocator("1 ELEMENT_SHELL 2031")
   *Position(0.366667, 0.296364)
   *Text("This is a note attached to an ELEMENT")
   *Font("Bitstream Vera Sans", "regular", "regular", 10)
   *Color(0)
   *BorderWidth(1)
   *NoteAlignment(Left)
   *NoteAnchor(None, None)
   *TitleFlag(No)
*EndNote()