IPoint



The IPoint Interface



Syntax:

Procedure: Coming soon.


API Call:

// PlanSwift Code:


If Item.PointCount > 0 Then
  APoint := Item.GetPoint;
Coming soon
public class PlanswiftApi
{
    private PlanSwift Planswift { get; }
    public PlanSwiftApi()
    {
        Planswift = new PlanSwift();
    }
}
Coming soon



Coming soon
Coming soon