convertToStandalone MethodStatic
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 3551
Last Updated: 18 January, 2025
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.