2.1.20 GraphPages


Description

Syntax

VB: Property Get/Set GraphPages As GraphPages
C++: GraphPages GraphPages
C#: GraphPages GraphPages

Remark

Examples

Python

import OriginExt as O
app = O.Application(); app.Visible = app.MAINWND_SHOW
app.CreatePage(app.OPT_GRAPH)
for pg in app.GraphPages:
	print(pg.Name)

Version Information

8.0SR2

See Also