IPoint
...
The IPoint Interface
...
Syntax:
Procedure: Coming soon.
API
...
Calls
Delphi
Code Block | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
// PlanSwift Code:
If Item.PointCount > 0 Then
APoint := Item.GetPoint; |
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Coming soon |
C#
Code Block | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
public class PlanswiftApi
{
private PlanSwift Planswift { get; }
public PlanSwiftApi()
{
Planswift = new PlanSwift();
}
} |
Code Block | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
Coming soon |
VB/VBA (OLE)
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Coming soon |
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Coming soon |