getModelProps Method

Get the ModelProps with the specified identifier.

getModelProps<T extends ModelProps>(modelId: Id64String): T extends ModelProps

throws IModelError if the model is not found or cannot be loaded.

see IModelDb.Models.tryGetModelProps

Parameter Type Description
modelId Id64String The Model identifier.

Returns - T extends ModelProps

Defined in

Last Updated: 13 June, 2024