updateProjectExtents Method
Update the project extents for the iModel.
updateProjectExtents(extents: Range3dProps): Promise<void>
@throws IModelError if unable to aquire schema lock or update the extents property.
Parameter | Type | Description |
---|---|---|
extents | Range3dProps | New project extents. |
Returns - Promise
Defined in
- EditorBuiltInIpc.ts Line 85
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.