|
Altium C++ SDK 3.0
|
#include <EDP.SCH.Interfaces.h>
Public Member Functions | |
| void | AddValue (ISupplierParameterValue *Value) |
| int | GetID () |
| std::wstring | GetName () |
| ISupplierParameterValue * | GetValue (int I) |
| int | ValueCount () |
| void | SetID (int ID) |
| void | SetName (std::wstring Name) |
| void SCH::ISupplierParameterKind::AddValue | ( | ISupplierParameterValue * | Value | ) |
| int SCH::ISupplierParameterKind::GetID | ( | ) |
| std::wstring SCH::ISupplierParameterKind::GetName | ( | ) |
| ISupplierParameterValue * SCH::ISupplierParameterKind::GetValue | ( | int | I | ) |
| void SCH::ISupplierParameterKind::SetID | ( | int | ID | ) |
| void SCH::ISupplierParameterKind::SetName | ( | std::wstring | Name | ) |
| int SCH::ISupplierParameterKind::ValueCount | ( | ) |