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.

SetActiveTab (TabName: String)

SetActiveTab (TabName: String)



Passing the name of the tab to the method. will set the active tab in PlanSwift. 


API Calls

C#

Using PlanSwift Object Model
//Will Open the Home Tab in PlanSwift
IPlanSwift planSwift = new IPlanSwift();
while (!planSwift.IsLoaded)
{
  Sleep(10);
};
planSwift.SetActiveTab("Home");

Copyright 2023 ConstructConnect