Python Script Engine
8.3
GL Studio Editor Python Script API
NewDocument.py
Example on how to create a new
Document
.
Example on how to create a new
Document
.
1
# import the Editor module
2
import
Editor
3
4
# Create a new Document
5
newDoc =
Editor.NewDocument
()
Editor::NewDocument
Document NewDocument(str filename="")
Creates a new document and makes it the current document.
Generated on Wed Aug 6 2025 14:09:29 for Python Script Engine by
1.9.4