2.1.22 LayoutPages
Description
Syntax
VB: Property Get/Set LayoutPages As LayoutPages
C++: LayoutPages LayoutPages
C#: LayoutPages LayoutPages
Remark
Examples
Python
import OriginExt as O app = O.Application(); app.Visible = app.MAINWND_SHOW app.CreatePage(app.OPT_LAYOUT) for pg in app.LayoutPages: print(pg.Name)
Version Information
8.0SR2