There doesn't seem an easy way to go from class id -> class name on the backend. IModelDb.getClassNameFromId is marked internal, and there's a classMetaDataRegistry marked internal and deprecated. It mentions to use schema view, but there is no method there to resolve an ID.
There doesn't seem an easy way to go from class id -> class name on the backend.
IModelDb.getClassNameFromIdis marked internal, and there's aclassMetaDataRegistrymarked internal and deprecated. It mentions to use schema view, but there is no method there to resolve an ID.