Get the parent Page object that contains the layer.
GetPage()
parent page
EX1
import PyOrigin #active a worksheet in the project wks=PyOrigin.ActiveLayer() wksPage=wks.GetPage() print(wksPage.GetName())#show the name of the parent Page