8.2.17 GetProjectInfo
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. |
Contents
Description
Get the object ProjectInfo
Syntax
GetProjectInfo()
Parameters
Return
A pointer poto the object ProjectInfo
Examples
#Output the Origin version import PyOrigin Info=PyOrigin.GetProjectInfo() print('The Origin version is %2.1f' %(Info.GetOrgVersion()))