|
Altium C++ SDK 3.0
|
#include <EDP.PCB.Interfaces.h>
Public Member Functions | |
| void | SetValue (long Index, C_SplinePoint2D value) |
| C_SplinePoint2D | GetValue (long Index) |
| void | SetCount (long value) |
| long | GetCount () |
| void | Add (C_SplinePoint2D value) |
| void | SetPoint (long Index, double X, double Y) |
| void PCB::IPointList::Add | ( | C_SplinePoint2D | value | ) |
| long PCB::IPointList::GetCount | ( | ) |
| C_SplinePoint2D PCB::IPointList::GetValue | ( | long | Index | ) |
| void PCB::IPointList::SetCount | ( | long | value | ) |
| void PCB::IPointList::SetPoint | ( | long | Index, |
| double | X, | ||
| double | Y ) |
| void PCB::IPointList::SetValue | ( | long | Index, |
| C_SplinePoint2D | value ) |