8.1.21.15 OriginObject::LongName
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
The long name of this origin object
Name
LongName
Examples
EX1
import PyOrigin wkPage = PyOrigin.ActivePage() wkPage.LongName = "Python Property" print( wkPage.LongName )