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.

 

Description

The long name of this origin object

Name

LongName

Examples

EX1

import PyOrigin
wkPage = PyOrigin.ActivePage()
wkPage.LongName = "Python Property"
print( wkPage.LongName )

See Also

GetLongName SetLongName