|
Altium C++ SDK 3.0
|
#include <EDP.ComponentLib.Interfaces.h>
Public Member Functions | |
| IRequiredModel * | GetRequiredModel () |
| void | SetRequiredModel (IRequiredModel *Value) |
| IModelLink * | GetModelLink () |
| void | SetModelLink (IModelLink *Value) |
| std::wstring | GetMapAsString () |
| void | SetMapAsString (std::wstring Value) |
| std::wstring | GetExcludedParts () |
| void | SetExcludedParts (std::wstring Value) |
| std::wstring ComponentLib::IModelChoice::GetExcludedParts | ( | ) |
| std::wstring ComponentLib::IModelChoice::GetMapAsString | ( | ) |
| IModelLink * ComponentLib::IModelChoice::GetModelLink | ( | ) |
| IRequiredModel * ComponentLib::IModelChoice::GetRequiredModel | ( | ) |
| void ComponentLib::IModelChoice::SetExcludedParts | ( | std::wstring | Value | ) |
| void ComponentLib::IModelChoice::SetMapAsString | ( | std::wstring | Value | ) |
| void ComponentLib::IModelChoice::SetModelLink | ( | IModelLink * | Value | ) |
| void ComponentLib::IModelChoice::SetRequiredModel | ( | IRequiredModel * | Value | ) |