To open any link in a new tab, preserving your position in the current article, just hold down the <CTRL> key on your keyboard before clicking the link or click using your mouse wheel.

IsLoaded

IsLoaded



Will Wait For PlanSwift to finish loading.



API Calls

C#

Using PlanSwift Object Model
IPlanSwift planSwift = new IPlanSwift();
while (!planSwift.IsLoaded)
{
  Debug.Write(".");
};

Copyright 2023 ConstructConnect