openFile MethodStatic
Open an IModelConnection to a read-only snapshot iModel from a file name.
openFile(filePath: string): Promise<SnapshotConnection>
@note This method is intended for desktop or mobile applications and is not available for web applications.
Parameter | Type | Description |
---|---|---|
filePath | string |
Returns - Promise<SnapshotConnection>
Defined in
Last Updated: 18 January, 2025
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.