Get the long name of an object
GetLongName()
The long name
EX1
import PyOrigin #Assume a worksheet is active wks = PyOrigin.ActiveLayer() Lname=wks.GetLongName() #Prthe longname of the sheet print('Current sheet index = %s' % (Lname))
SetLongName