# LibTmux.Window.BuildSelectLayoutArguments

- **Module:** LibTmux.Window
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/6656a563ec9e07ab52e0c3ac96f7704fc94cc0c0/src/LibTmux/Window.Layout.cs#L81
- **Page:** https://libtmux.org/reference/dotnet/libtmux-window-buildselectlayoutarguments/

```
LibTmux.Window.BuildSelectLayoutArguments(request: SelectLayoutRequest) -> List<string>
```

Builds the arguments a layout request sends.

This stays on the window rather than becoming a static helper because
validating a layout name asks the running tmux which names it knows,
and an unrecognised name takes the whole server down on 3.3a. A chained
layout has to be checked the same way a direct one is.
