Set the short name of an object
SetName(name)
None
EX1
#Set the short name for the first sheet in active workbook. import PyOrigin wkPage = PyOrigin.ActivePage() wksLayer1 = wkPage.Layers(0) wksLayer1.SetName('Mysheet')
GetName