Hello,
does anyone know how to get the 2D position of the Visio representation of the P&ID in AVEVA Diagrams? Maybe by macro or pml command?
Thanks for your answers in advance
Rainer
Hello,
does anyone know how to get the 2D position of the Visio representation of the P&ID in AVEVA Diagrams? Maybe by macro or pml command?
Thanks for your answers in advance
Rainer
Hi,
You can use below Attributes:
diagxpos, diagypos (Real) : The X,Y position of the symbol on Visio drawing stored in mm.
gridxpos,gridypos (String): The X,Y position of the symbol according to the gridding definition. This is the pseudo attribute. The value is evaluated each time it is queried. It will retrieve the name of the tag from the gridding definition where DIAGXPOS fit, if possible.
gridding definition : should be defined in XML file and copied to \PRJname\PRJdflts\Diagrams\griddef.XML
For more detail search "P&ID Grid Definition File" in AVEVA Diagrams Help.
Regards