getSubModel Method

Get the sub-model of the specified Element. See IModelDb.Elements.queryElementIdByCode for more on how to find an element by Code.

getSubModel<T extends Model>(modeledElementId: Id64String | GuidString | Code): T extends Model

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

see IModelDb.Models.tryGetSubModel

Parameter Type Description
modeledElementId Id64String | GuidString | Code Identifies the modeled element.

Defined in

Last Updated: 05 June, 2020