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

AVEVA™ InTouch HMI

複数グラフィックのシナリオ3

  • Last UpdatedOct 08, 2024
  • 1 minute read

複数のグラフィックを特定のグラフィックに相対的な位置に配置する場合を考えてみます。

この目的を果たすには、以下のスクリプトを使用します。

暗いグラフィックInfoasaaGraphic.GraphicInfo;

graphicInfo.Identity = "<Identity>";

graphicInfo.GraphicName="symbol1";

graphicInfo.RelativeTo = aaGraphic.RelativeTo.Desktop;

ShowGraphic(graphicInfo);