You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hannes Lennart Kuss edited this page Jul 3, 2026
·
1 revision
How to create snapshots of a code city
A code city usually consists of three parts:
The configuration
The graph
The layout
A snapshot is a combination of all three.
SEECity, SEEReflexionCity and all their derived classes implements methods to save a snapshot (SaveSnapshot()).
Calling this method saves the configuration, graph, and layout to the configured files.
When SEE is connected to a remote server, the snapshot files are sent to the backend and stored there.
To import a snapshot from the backend press F7 to open the snapshot menu.
Find the desired snapshot and click on the download button to reimport the snapshot.