> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# CloseProject

> ABBYY FlexiCapture Web Services API の CloseProject メソッドは、セッション ID と project ID で指定された、以前に開いたプロジェクトを閉じます。

<div id="what-it-does">
  ## 動作
</div>

以前に開いたプロジェクトを閉じます。

<div id="definition">
  ## 定義
</div>

```
void CloseProject( int sessionId, int projectId );
```

<div id="parameters">
  ## パラメーター
</div>

| **Name**  | **型** | **Description**             |
| --------- | ----- | --------------------------- |
| sessionId | int   | Application Server への接続の ID |
| projectId | int   | クローズするプロジェクトの ID            |

<div id="returned-value">
  ## 戻り値
</div>

なし。
