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
- EditBuiltInCommand.ts Line 191
Last Updated: 23 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.