8.1.13.1 Layer::GetGraphObjects
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. |
Contents
Description
Return the graph objects collection.
Syntax
GetGraphObjects()
Parameters
Return
graph objects collection
Examples
EX1
import PyOrigin gl = PyOrigin.ActiveLayer() gos = gl.GetGraphObjects() print(gos.GetCount())