Skip to main content

2 docs tagged with "c#"

View all tags

ExecuteScript Script Project

The ExecuteScript Script Project is a project we use to make shelling out and executing various processes easier.

Programmatically Add a File to a BimlStudio Project

Calls 'ProjectManager.GetInstance().Project.AddNewPathToModel' via 'Dispatcher.Invoke' (because the operation runs on the UI thread) so a BimlScript can attach an existing file on disk to the current BimlStudio project.