Return the graph objects collection.
GetGraphObjects()
graph objects collection
EX1
import PyOrigin gl = PyOrigin.ActiveLayer() gos = gl.GetGraphObjects() print(gos.GetCount())