This command is used to locate an element in the model.
*ElementLocator() - ComponentsThis command is used to locate an element in the model. |
|||||
*ElementLocator() - ComponentsThis command is used to locate an element in the model. |
Syntax |
*ElementLocator("Model_id Element_pool Element_id") |
|
Arguments |
Name |
Description |
Model_id |
The model identifier. |
|
Element_pool |
The element pool name. |
|
Element_id |
The element identifier. |
|
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() |
|
Application |
HyperView. |
|
Context |
||
See also |
|
|