project_load_global_layout
Load a global layout file (.lay) into an open Visum project to apply predefined visual configurations and settings.
Instructions
🎨 Load a Global Layout (.lay file) into an opened Visum project. The layout file must exist in the project directory or provide full path. ALWAYS use project_list_available_layouts first to show available options to the user.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Project identifier returned by project_open | |
| layoutFile | Yes | Full path to the .lay file OR just the filename if in project directory (e.g. 'tabelle_report.lay' or 'H:\path\to\layout.lay') |