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.

IPlanSwift

IPlanSwift


This represents the root object of the Document Object Model.

This interface can be accessed from most development IDEs. It can also be used in the PlanSwift script IDE by using the always available "PlanSwift" object. You should never attempt to create or free the PlanSwift object from script.

While most IDE packages will include the PlanSwift DOM for early binding use, the following shows a late binding example.



API Call

Delphi

Using IItem Object Model
var
ps:IPlanswift;
begin                             
    ps := coPlanswift.create;
    ps.About;
end; 
Using PlanSwift Object Model
Coming soon

C#

Using IItem Object Model
using PlanSwift9;
public class PlanswiftApi
{
    private PlanSwift Planswift { get; }
    public PlanswiftApi()
    {
        Planswift = new PlanSwift();
    }
}
Using PlanSwift Object Model
Coming soon

VB/VBA (OLE)

Using PlanSwift Object Model
Coming soon


Copyright 2023 ConstructConnect