# LibTmux.Mcp.PaneInfo.From

- **Module:** LibTmux.Mcp.PaneInfo
- **Package:** LibTmux.Mcp
- **Language:** .NET
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/320dc64f4b8b7815842471327a5e6b84a1499bf8/src/LibTmux.Mcp/Results/Entities.cs#L51
- **Page:** https://libtmux.org/en/dotnet/latest/mcp/reference/libtmux-mcp-paneinfo-from/

```
LibTmux.Mcp.PaneInfo.From(pane: Pane, callerPaneId: string?) -> PaneInfo
```

Describes a pane the library has already materialized.

## Parameters

- `pane` (Pane): The pane to describe.
- `callerPaneId` (string?): The pane this process runs in, when it runs in one.

## Returns

The description.
