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