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 should not be used for web applications.
Parameter | Type | Description |
---|---|---|
filePath | string |
Returns - Promise<SnapshotConnection>
Defined in
Last Updated: 13 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.