IProject
Scriptable object
Description
Project object
Properties
Methods
| Method | Description |
|---|---|
| AddFile | Adds file to the project |
| FilePathByTitle | Resolve file by title |
| GetFiles | Collects file names from project, using filter (NULL is take all). Returns SAFEARRAY of BSTR |
| GetStorage | Returns storage object |
| GetUserConfigurations | User configurations. SAFEARRAY of BSTR |
| GetUserVariable | Read user variable value by name |
| GetUserVariables | Project defined user variables. SAFEARRAY of BSTR |
| IsFileInProject | Checks if file is in project |