Altium C++ SDK 3.0
Loading...
Searching...
No Matches
SCH::IModel Struct Reference

#include <EDP.SCH.Interfaces.h>

Inheritance diagram for SCH::IModel:

Public Member Functions

ILibraryComponentGet_Owner ()
std::wstring Get_ModelName ()
std::wstring Get_ModelDescription ()
bool Get_UseComponentLibrary ()
std::wstring Get_ModelMapAsString ()
int Get_DataFileEntityCount ()
std::wstring Get_DataFileEntityName (int Index)
std::wstring Get_DataFileEntityLocation (int Index)
int Get_ModelParameterCount ()
EDP::IItemParameterGet_ModelParameter (int Index)
std::wstring Get_ModelParameterName (int Index)
std::wstring Get_ModelParameterValue (int Index)
void Set_ModelName (std::wstring Value)
void Set_ModelDescription (std::wstring Value)
void Set_UseComponentLibrary (bool Value)
void Set_ModelMapAsString (std::wstring Value)
EDP::IItemParameterGetModelParameterByName (std::wstring AName)
std::wstring GetModelParameterValueByName (std::wstring AName)
void SetModelParameterValueByName (std::wstring AName, std::wstring AValue)
void DeleteModelParameter (int Index)
void DeleteModelParameterByName (std::wstring AName)

Member Function Documentation

◆ DeleteModelParameter()

void SCH::IModel::DeleteModelParameter ( int Index)

◆ DeleteModelParameterByName()

void SCH::IModel::DeleteModelParameterByName ( std::wstring AName)

◆ Get_DataFileEntityCount()

int SCH::IModel::Get_DataFileEntityCount ( )

◆ Get_DataFileEntityLocation()

std::wstring SCH::IModel::Get_DataFileEntityLocation ( int Index)

◆ Get_DataFileEntityName()

std::wstring SCH::IModel::Get_DataFileEntityName ( int Index)

◆ Get_ModelDescription()

std::wstring SCH::IModel::Get_ModelDescription ( )

◆ Get_ModelMapAsString()

std::wstring SCH::IModel::Get_ModelMapAsString ( )

◆ Get_ModelName()

std::wstring SCH::IModel::Get_ModelName ( )

◆ Get_ModelParameter()

EDP::IItemParameter * SCH::IModel::Get_ModelParameter ( int Index)

◆ Get_ModelParameterCount()

int SCH::IModel::Get_ModelParameterCount ( )

◆ Get_ModelParameterName()

std::wstring SCH::IModel::Get_ModelParameterName ( int Index)

◆ Get_ModelParameterValue()

std::wstring SCH::IModel::Get_ModelParameterValue ( int Index)

◆ Get_Owner()

ILibraryComponent * SCH::IModel::Get_Owner ( )

◆ Get_UseComponentLibrary()

bool SCH::IModel::Get_UseComponentLibrary ( )

◆ GetModelParameterByName()

EDP::IItemParameter * SCH::IModel::GetModelParameterByName ( std::wstring AName)

◆ GetModelParameterValueByName()

std::wstring SCH::IModel::GetModelParameterValueByName ( std::wstring AName)

◆ Set_ModelDescription()

void SCH::IModel::Set_ModelDescription ( std::wstring Value)

◆ Set_ModelMapAsString()

void SCH::IModel::Set_ModelMapAsString ( std::wstring Value)

◆ Set_ModelName()

void SCH::IModel::Set_ModelName ( std::wstring Value)

◆ Set_UseComponentLibrary()

void SCH::IModel::Set_UseComponentLibrary ( bool Value)

◆ SetModelParameterValueByName()

void SCH::IModel::SetModelParameterValueByName ( std::wstring AName,
std::wstring AValue )

The documentation for this struct was generated from the following file: