IPoint



The IPoint Interface



Syntax:

Procedure: Coming soon.


API Calls

Delphi

// PlanSwift Code:


If Item.PointCount > 0 Then
  APoint := Item.GetPoint;


Coming soon

C#

public class PlanswiftApi
{
    private PlanSwift Planswift { get; }
    public PlanSwiftApi()
    {
        Planswift = new PlanSwift();
    }
}


Coming soon

VB/VBA (OLE)

Coming soon


Coming soon