Share via


ProjectNode.created Method

Enables the ability to perform custom actions on a project when a new instance of the project is created.

Syntax

protected void created(str name)

Run On

Called

Parameters

  • name
    Type: str
    The name of the project instance.

Remarks

This method is called when a new instance of the project is created. Override this method to perform custom actions on your project.

See Also

ProjectNode Class

ProjectNode.saveProject Method

ProjectNode.loadProject Method

ProjectNode.export Method

ProjectNode.import Method