digitalthread.StorageMap.forProject
R2026bSyntax
Description
creates a storage map for the current project. The storage map defines the set of project
reference roots that the digital thread can access, including the main project and
any referenced projects.storageMap = digitalthread.StorageMap.forProject
You can use the storage map with the functions in the
digitalthread.uri namespace to identify specific artifacts and analyze
metric results that apply to those artifacts.
creates a storage map for the project specified by storageMap = digitalthread.StorageMap.forProject(projectRootFolder)projectRootFolder.
Open the project before using this function.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2026b