updateGeometryGuid Method
Update the geometry guid of a model.
updateGeometryGuid(modelId: string): void
@throws EditTxnError if this EditTxn is not active.
@throws IModelError if the update fails.
| Parameter | Type | Description |
|---|---|---|
| modelId | string | The Id of the model to update. |
Returns - void
Defined in
- backend/src/EditTxn.ts Line 478
Last Updated: 28 April, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.