isSupportedForIModel MethodStatic

Returns true if the specified iModel contains any SectionDrawingLocations. Hypermodeling is based on section drawing locations, so if none are present, hypermodeling features are not relevant to the iModel. Attempting to use those features with such an iModel is fine, but probably not useful.

isSupportedForIModel(imodel: IModelConnection): Promise<boolean>

Parameter Type Description
imodel IModelConnection  

Returns - Promise<boolean>

Defined in

Last Updated: 16 April, 2024