|
Altium C++ SDK 3.0
|
#include <EDP.PCB.Interfaces.h>
Public Member Functions | |
| std::wstring | GetState_LayerName () |
| bool | GetState_UsedByPrims () |
| void | SetState_LayerName (std::wstring AName) |
| void | SetState_UsedByPrims (bool Value) |
| bool | IsInLayerStack () |
| C_V7_Layer | V7_LayerID () |
| TV6_Layer | V6_LayerID () |
| IPCB_LayerStackBase * | LayerStack () |
| std::wstring PCB::IPCB_LayerObject::GetState_LayerName | ( | ) |
| bool PCB::IPCB_LayerObject::GetState_UsedByPrims | ( | ) |
| bool PCB::IPCB_LayerObject::IsInLayerStack | ( | ) |
| IPCB_LayerStackBase * PCB::IPCB_LayerObject::LayerStack | ( | ) |
| void PCB::IPCB_LayerObject::SetState_LayerName | ( | std::wstring | AName | ) |
| void PCB::IPCB_LayerObject::SetState_UsedByPrims | ( | bool | Value | ) |
| TV6_Layer PCB::IPCB_LayerObject::V6_LayerID | ( | ) |
| C_V7_Layer PCB::IPCB_LayerObject::V7_LayerID | ( | ) |