|
Altium C++ SDK 3.0
|
#include <EDP.SCH.Interfaces.h>
Public Member Functions | |
| std::wstring | GetType () |
| std::wstring | GetTechnology () |
| std::wstring | GetPartMapping () |
| void | SetType (std::wstring const Value) |
| void | SetTechnology (std::wstring const Value) |
| void | SetPartMapping (std::wstring const Value) |
| void | ClearPinModels () |
| void | GetPinModels (DXP::IInterfaceList *APinModelList) |
| void | SetPinModels (DXP::IInterfaceList *APinModelList) |
| void SCH::ISiImplementationFile::ClearPinModels | ( | ) |
| std::wstring SCH::ISiImplementationFile::GetPartMapping | ( | ) |
| void SCH::ISiImplementationFile::GetPinModels | ( | DXP::IInterfaceList * | APinModelList | ) |
| std::wstring SCH::ISiImplementationFile::GetTechnology | ( | ) |
| std::wstring SCH::ISiImplementationFile::GetType | ( | ) |
| void SCH::ISiImplementationFile::SetPartMapping | ( | std::wstring const | Value | ) |
| void SCH::ISiImplementationFile::SetPinModels | ( | DXP::IInterfaceList * | APinModelList | ) |
| void SCH::ISiImplementationFile::SetTechnology | ( | std::wstring const | Value | ) |
| void SCH::ISiImplementationFile::SetType | ( | std::wstring const | Value | ) |