Multiple graphics scenario 3
- Last UpdatedJul 08, 2024
- 1 minute read
You want the Graphics in relative position with the graphic.
You can use the following script for the purpose:
Dim graphicInfo as aaGraphic.GraphicInfo;
graphicInfo.Identity = "i1";
graphicInfo.GraphicName = "S1";
graphicInfo.RelativeTo= aaGraphic.RelativeTo.Graphic;
ShowGraphic(graphicInfo);