IModelConnection.Categories Namespace
Interface
Name | Description |
---|---|
IModelConnection.Categories.IModelConnection.Categories.CategoryInfo | A subset of the information describing a Category, supplied by IModelConnection.Categories.getCategoryInfo. |
IModelConnection.Categories.IModelConnection.Categories.SubCategoryInfo | A subset of the information describing a SubCategory, supplied by IModelConnection.Categories.getCategoryInfo |
Defined in
- core/frontend/src/IModelConnection.ts Line 1239
IModelConnection.Categories Class
Provides access to information about the Category's stored in an IModelConnection. This information is cached internally so that repeated requests need not query the backend.
@see categories for the categories associated with a specific iModel.
Methods
Name | Description | |
---|---|---|
getCategoryInfo(categoryIds: Iterable<string, any, any>): Promise<Map<string, IModelConnection.Categories.IModelConnection.Categories.CategoryInfo>> | Obtain information about one or more Category's. | |
getSubCategoryInfo(args: { category: string, subCategories: Iterable<string, any, any> }): Promise<Map<string, IModelConnection.Categories.IModelConnection.Categories.SubCategoryInfo>> | Obtain information about one or more SubCategory's belonging to the specified Category. |
Defined in
- core/frontend/src/IModelConnection.ts Line 1239
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.