Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

Industrial Graphic Editor

Multiple graphics scenario 4

  • Last UpdatedJul 08, 2024
  • 1 minute read

You want the graphic in relative position with the window.

You can use the following script for the purpose:

Dim graphicInfo as aaGraphic.GraphicInfo;

graphicInfo.Identity = "i1";

graphicInfo.GraphicName = "S1";

graphicInfo.RelativeTo= aaGraphic.RelativeTo.Window;

ShowGraphic(graphicInfo);

TitleResults for “How to create a CRG?”Also Available in