|
Altium C++ SDK 3.0
|
#include <EDP.SCH.Interfaces.h>
Public Member Functions | |
| EDP::TPinElectrical | GetDirection () |
| std::wstring | GetPinName () |
| std::wstring | GetPinNumber () |
| TScanPinKind | GetKind () |
| IPinMapping * | GetPinMapping () |
| int | GetBoundaryCellCount () |
| IBoundaryCell * | GetBoundaryCell (int Index) |
| int | GetCurrentValue () |
| Public Member Functions inherited from SCH::IBSDLObject | |
| std::wstring | GetDescription () |
| std::wstring | GetShortDescription () |
| IBSDLEntity * | GetEntity () |
| IBoundaryCell * SCH::IScanPin::GetBoundaryCell | ( | int | Index | ) |
| int SCH::IScanPin::GetBoundaryCellCount | ( | ) |
| int SCH::IScanPin::GetCurrentValue | ( | ) |
| EDP::TPinElectrical SCH::IScanPin::GetDirection | ( | ) |
| TScanPinKind SCH::IScanPin::GetKind | ( | ) |
| IPinMapping * SCH::IScanPin::GetPinMapping | ( | ) |
| std::wstring SCH::IScanPin::GetPinName | ( | ) |
| std::wstring SCH::IScanPin::GetPinNumber | ( | ) |