|
Altium C++ SDK 3.0
|
#include <EDP.ComponentLib.Interfaces.h>
Public Member Functions | |
| std::wstring | GetModelName () |
| void | SetModelName (std::wstring Value) |
| std::wstring | GetModelKind () |
| void | SetModelKind (std::wstring Value) |
| std::wstring | GetVaultGUID () |
| void | SetVaultGUID (std::wstring Value) |
| std::wstring | GetItemGUID () |
| void | SetItemGUID (std::wstring Value) |
| std::wstring | GetRevisionGUID () |
| void | SetRevisionGUID (std::wstring Value) |
| std::wstring | GetRevisionId () |
| void | SetRevisionId (std::wstring Value) |
| std::wstring ComponentLib::IModelLink::GetItemGUID | ( | ) |
| std::wstring ComponentLib::IModelLink::GetModelKind | ( | ) |
| std::wstring ComponentLib::IModelLink::GetModelName | ( | ) |
| std::wstring ComponentLib::IModelLink::GetRevisionGUID | ( | ) |
| std::wstring ComponentLib::IModelLink::GetRevisionId | ( | ) |
| std::wstring ComponentLib::IModelLink::GetVaultGUID | ( | ) |
| void ComponentLib::IModelLink::SetItemGUID | ( | std::wstring | Value | ) |
| void ComponentLib::IModelLink::SetModelKind | ( | std::wstring | Value | ) |
| void ComponentLib::IModelLink::SetModelName | ( | std::wstring | Value | ) |
| void ComponentLib::IModelLink::SetRevisionGUID | ( | std::wstring | Value | ) |
| void ComponentLib::IModelLink::SetRevisionId | ( | std::wstring | Value | ) |
| void ComponentLib::IModelLink::SetVaultGUID | ( | std::wstring | Value | ) |