Altium C++ SDK 3.0
Loading...
Searching...
No Matches
DXP::IEDM_AsyncContext Struct Reference

#include <DXP.Interfaces.h>

Inheritance diagram for DXP::IEDM_AsyncContext:

Public Member Functions

int GetParameterCount ()
std::wstring GetParameterNameAtIndex (int AIndex)
std::wstring GetParameterValueAtIndex (int AIndex)
IDispatch * GetParameterIntfAtIndex (int AIndex)
std::wstring GetParameter (std::wstring const AName, std::wstring const ADefaultValue)
void SetParameter (std::wstring const AName, std::wstring const AValue)
IDispatch * GetParameterIntf (std::wstring const AName)
void SetParameterIntf (std::wstring const AName, IDispatch *AIntf)
void RemoveParameter (std::wstring const AName)
void Clear ()

Member Function Documentation

◆ Clear()

void DXP::IEDM_AsyncContext::Clear ( )

◆ GetParameter()

std::wstring DXP::IEDM_AsyncContext::GetParameter ( std::wstring const AName,
std::wstring const ADefaultValue )

◆ GetParameterCount()

int DXP::IEDM_AsyncContext::GetParameterCount ( )

◆ GetParameterIntf()

IDispatch * DXP::IEDM_AsyncContext::GetParameterIntf ( std::wstring const AName)

◆ GetParameterIntfAtIndex()

IDispatch * DXP::IEDM_AsyncContext::GetParameterIntfAtIndex ( int AIndex)

◆ GetParameterNameAtIndex()

std::wstring DXP::IEDM_AsyncContext::GetParameterNameAtIndex ( int AIndex)

◆ GetParameterValueAtIndex()

std::wstring DXP::IEDM_AsyncContext::GetParameterValueAtIndex ( int AIndex)

◆ RemoveParameter()

void DXP::IEDM_AsyncContext::RemoveParameter ( std::wstring const AName)

◆ SetParameter()

void DXP::IEDM_AsyncContext::SetParameter ( std::wstring const AName,
std::wstring const AValue )

◆ SetParameterIntf()

void DXP::IEDM_AsyncContext::SetParameterIntf ( std::wstring const AName,
IDispatch * AIntf )

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