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

#include <EDP.SCH.Interfaces.h>

Inheritance diagram for SCH::IDeviceFamily:

Public Member Functions

std::wstring GetFamilyName ()
std::wstring GetStringValueByKey (std::wstring Key)
bool GetBooleanValueByKey (std::wstring Key)
int GetIntegerValueByKey (std::wstring Key)
int GetIntegerKeyCount ()
int GetBooleanKeyCount ()
int GetStringKeyCount ()
std::wstring GetIntegerKey (int Index)
std::wstring GetBooleanKey (int Index)
std::wstring GetStringKey (int Index)
bool IsKeyValidForString (std::wstring Key)
bool IsKeyValidForBoolean (std::wstring Key)
bool IsKeyValidForInteger (std::wstring Key)

Member Function Documentation

◆ GetBooleanKey()

std::wstring SCH::IDeviceFamily::GetBooleanKey ( int Index)

◆ GetBooleanKeyCount()

int SCH::IDeviceFamily::GetBooleanKeyCount ( )

◆ GetBooleanValueByKey()

bool SCH::IDeviceFamily::GetBooleanValueByKey ( std::wstring Key)

◆ GetFamilyName()

std::wstring SCH::IDeviceFamily::GetFamilyName ( )

◆ GetIntegerKey()

std::wstring SCH::IDeviceFamily::GetIntegerKey ( int Index)

◆ GetIntegerKeyCount()

int SCH::IDeviceFamily::GetIntegerKeyCount ( )

◆ GetIntegerValueByKey()

int SCH::IDeviceFamily::GetIntegerValueByKey ( std::wstring Key)

◆ GetStringKey()

std::wstring SCH::IDeviceFamily::GetStringKey ( int Index)

◆ GetStringKeyCount()

int SCH::IDeviceFamily::GetStringKeyCount ( )

◆ GetStringValueByKey()

std::wstring SCH::IDeviceFamily::GetStringValueByKey ( std::wstring Key)

◆ IsKeyValidForBoolean()

bool SCH::IDeviceFamily::IsKeyValidForBoolean ( std::wstring Key)

◆ IsKeyValidForInteger()

bool SCH::IDeviceFamily::IsKeyValidForInteger ( std::wstring Key)

◆ IsKeyValidForString()

bool SCH::IDeviceFamily::IsKeyValidForString ( std::wstring Key)

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