多个图形情形 3
- Last UpdatedSep 24, 2024
- 1 minute read
您希望图形位于图形的相对位置上。
为了实现该目的,您可以使用以下脚本:
Dim graphicInfo as aaGraphic.GraphicInfo;
graphicInfo.Identity = "i1";
graphicInfo.GraphicName = "S1";
graphicInfo.RelativeTo= aaGraphic.RelativeTo.Graphic;
ShowGraphic(graphicInfo);