loadProperties Method

Load Favorite properties from user-specific settings.

loadProperties(projectId?: string, imodelId?: string): Promise<undefined | Set<string>>

Parameter Type Description
projectId string Project Id, if the settings is specific to a project, otherwise undefined.
imodelId string iModel Id, if the setting is specific to an iModel, otherwise undefined. The projectId must be specified if iModelId is specified.

Returns - Promise<undefined | Set<string>>

Last Updated: 12 June, 2024