|
Altium C++ SDK 3.0
|
#include <EDP.PCB.Interfaces.h>
Public Member Functions | |
| int | Get_MappingCount () |
| ILayerMapping * | Get_Mapping (int AIndex) |
| ILayerMapping * | AddMapping () |
| ILayerMapping * | FindMappingByName (std::wstring const ALayerName) |
| void | ImportFromFile (std::wstring const AIniFilePath) |
| void | ExportToFile (std::wstring const AIniFilePath) |
| void | Clear () |
| ILayerMapping * PCB::ILayerMap::AddMapping | ( | ) |
| void PCB::ILayerMap::Clear | ( | ) |
| void PCB::ILayerMap::ExportToFile | ( | std::wstring const | AIniFilePath | ) |
| ILayerMapping * PCB::ILayerMap::FindMappingByName | ( | std::wstring const | ALayerName | ) |
| ILayerMapping * PCB::ILayerMap::Get_Mapping | ( | int | AIndex | ) |
| int PCB::ILayerMap::Get_MappingCount | ( | ) |
| void PCB::ILayerMap::ImportFromFile | ( | std::wstring const | AIniFilePath | ) |