|
Altium C++ SDK 3.0
|
#include <EDP.PCB.Interfaces.h>
Public Member Functions | |
| std::wstring | GetState_DielectricMaterial () |
| TDielectricType | GetState_DielectricType () |
| double | GetState_DielectricConstant () |
| int | GetState_DielectricHeight () |
| void | SetState_DielectricMaterial (std::wstring AValue) |
| void | SetState_DielectricType (TDielectricType AValue) |
| void | SetState_DielectricConstant (double AValue) |
| void | SetState_DielectricHeight (int AValue) |
| Public Member Functions inherited from PCB::IPCB_LayerObject | |
| 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 () |
| double PCB::IPCB_DielectricLayer::GetState_DielectricConstant | ( | ) |
| int PCB::IPCB_DielectricLayer::GetState_DielectricHeight | ( | ) |
| std::wstring PCB::IPCB_DielectricLayer::GetState_DielectricMaterial | ( | ) |
| TDielectricType PCB::IPCB_DielectricLayer::GetState_DielectricType | ( | ) |
| void PCB::IPCB_DielectricLayer::SetState_DielectricConstant | ( | double | AValue | ) |
| void PCB::IPCB_DielectricLayer::SetState_DielectricHeight | ( | int | AValue | ) |
| void PCB::IPCB_DielectricLayer::SetState_DielectricMaterial | ( | std::wstring | AValue | ) |
| void PCB::IPCB_DielectricLayer::SetState_DielectricType | ( | TDielectricType | AValue | ) |