updateInstance Method
Update the properties of an existing relationship instance in the iModel.
updateInstance(props: RelationshipProps): void
| Parameter | Type | Description | 
|---|---|---|
| props | RelationshipProps | the properties of the relationship instance to update. Any properties that are not present will be left unchanged. | 
Returns - void
Defined in
- core/backend/src/Relationship.ts Line 457
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.