convertToStandalone MethodStatic @beta
Convert an iModel stored on the local file system into a StandaloneDb, chiefly for testing purposes. The file must not be open in any application.
convertToStandalone(iModelFileName: string): void
| Parameter | Type | Description |
|---|---|---|
| iModelFileName | string | the path to the iModel on the local file system. |
Returns - void
Defined in
- core/backend/src/IModelDb.ts Line 3942
Last Updated: 24 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.