API Reference > imodeljs-frontend > IModelConnection > IModelConnection.Models > load load Method load a set of Models by Ids. After the returned Promise resolves, you may get the ModelState objects by calling getLoadedModel. load(modelIds: Id64Arg): Promise<void> Parameter Type Description modelIds Id64Arg Returns - Promise<void> Defined in core/frontend/src/IModelConnection.ts Line 736 Last Updated: 13 June, 2024