UpdateModelOptions Interface

Options for IModelDb.Models.updateModel

@note To mark only the geometry as changed, use IModelDb.Models.updateGeometryGuid instead.

Extends

Properties

Name Type Description
geometryChanged boolean | undefined If defined, update the GeometryGuid of the Model  
updateLastMod boolean | undefined If defined, update the last modify time of the Model  

Inherited properties

Name Type Inherited from Description
classFullName string ModelProps The full name of the ECClass for this entity, in the form "Schema:ClassName"
id string | undefined ModelProps The Id of the entity.
isInstanceOfEntity Readonly undefined | undefined ModelProps A non-existent property used to discriminate between EntityProps and Entity.
isPrivate boolean | undefined ModelProps  
isTemplate boolean | undefined ModelProps  
jsonProperties any | undefined ModelProps  
modeledElement RelatedElementProps ModelProps  
name string | undefined ModelProps  
parentModel string | undefined ModelProps  

Defined in

Last Updated: 13 May, 2024