2.1.27 MatrixPages


Description

Syntax

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

Remark

Examples

Python

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

Version Information

8.0SR2

See Also