Page::GetLayers

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

Return the layers collection.

Syntax

GetLayers()

Parameters

Return

Layers collection in Page.

Examples

EX1

import PyOrigin
pg = PyOrigin.ActivePage()
lays = pg.GetLayers()

See Also

Layers