8.1.15.2 MatrixObject::GetXY
It is recommended that you switch to the originpro package. PyOrigin is primarily for users who need to work with Origin version prior to 2021. |
Description
Get matrix object xy mapping coordinates
Syntax
list GetXY()
Parameters
Return
The list contains xy mapping coordinates
Examples
EX1
import PyOrigin MatrixPage=PyOrigin.MatrixPages('MBook1') MO=MatrixPage.Layers('MSheet1').MatrixObjects(0) MO.GetXY() print(MO.GetXY())