|
Altium C++ SDK 3.0
|
#include <EDP.Interfaces.h>
| int EDP::IComponentImplementation::DM_DatafileCount | ( | ) |
| std::wstring EDP::IComponentImplementation::DM_DatafileEntity | ( | int | Index | ) |
| std::wstring EDP::IComponentImplementation::DM_DatafileFullPath | ( | int | Index, |
| std::wstring | EntityName, | ||
| std::wstring | FileKind, | ||
| std::wstring * | FoundIn ) |
| std::wstring EDP::IComponentImplementation::DM_DatafileKind | ( | int | Index | ) |
| TLibIdentifierKind EDP::IComponentImplementation::DM_DatafileLibIdentifierKind | ( | int | Index | ) |
| std::wstring EDP::IComponentImplementation::DM_DatafileLibraryIdentifier | ( | int | Index | ) |
| std::wstring EDP::IComponentImplementation::DM_DatafileLocation | ( | int | Index | ) |
| bool EDP::IComponentImplementation::DM_DatalinksLocked | ( | ) |
| std::wstring EDP::IComponentImplementation::DM_Description | ( | ) |
| bool EDP::IComponentImplementation::DM_IntegratedModel | ( | ) |
| bool EDP::IComponentImplementation::DM_IsCurrent | ( | ) |
| std::wstring EDP::IComponentImplementation::DM_ModelName | ( | ) |
| std::wstring EDP::IComponentImplementation::DM_ModelType | ( | ) |
| IPart * EDP::IComponentImplementation::DM_Part | ( | ) |
| std::wstring EDP::IComponentImplementation::DM_PortMap | ( | ) |
| std::wstring EDP::IComponentImplementation::DM_PortMapList | ( | ) |
| void EDP::IComponentImplementation::DM_SetDatafileCount | ( | int | ACount | ) |
| void EDP::IComponentImplementation::DM_SetDatafileEntity | ( | int | Index, |
| std::wstring | AEntity ) |
| void EDP::IComponentImplementation::DM_SetDatafileKind | ( | int | Index, |
| std::wstring | AKind ) |
| void EDP::IComponentImplementation::DM_SetDatafileLocation | ( | int | Index, |
| std::wstring | ALocation ) |
| void EDP::IComponentImplementation::DM_SetUseComponentLibrary | ( | bool | AValue | ) |
| bool EDP::IComponentImplementation::DM_UseComponentLibrary | ( | ) |