Python Script Engine  8.2
GL Studio Editor Python Script API
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
NewDocument.py

Example on how to create a new Document.

Example on how to create a new Document.

1# import the Editor module
2import Editor
3
4# Create a new Document
5newDoc = Editor.NewDocument()
Document NewDocument(String filename="")
Creates a new document and makes it the current document.