updateProjectExtents Method

Update the project extents of this iModel.

updateProjectExtents(newExtents: AxisAlignedBox3d): Promise<void>

throws IModelError if the IModelConnection is read-only or there is a problem updating the extents.

Parameter Type Description
newExtents AxisAlignedBox3d The new project extents as an AxisAlignedBox3d

Defined in

Last Updated: 08 January, 2020