Example #1
0
 UpdateRemoteDateSources()
 {
     // update and show progress
     GlobalConfigs.ReportProgress = true;
     RevitProductData.Update();
     PyRevitProductData.Update();
     GlobalConfigs.ReportProgress = false;
 }
Example #2
0
 UpdateRemoteDataSources()
 {
     // update and show progress
     RevitProductData.Update();
     PyRevitProductData.Update();
 }