2.1.31 Notes


Description

Syntax

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

Remark

Examples

Python

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

Version Information

8.0SR2

See Also