Altium C++ SDK 3.0
Loading...
Searching...
No Matches
ComponentLib::IRequiredParameter Struct Reference

#include <EDP.ComponentLib.Interfaces.h>

Inheritance diagram for ComponentLib::IRequiredParameter:
ComponentLib::IAbstractObject

Public Member Functions

std::wstring GetParameterName ()
void SetParameterName (std::wstring Value)
std::wstring GetParameterUnit ()
void SetParameterUnit (std::wstring Value)
bool GetVisible ()
void SetVisible (bool Value)
bool GetIsRequired ()
void SetIsRequired (bool Value)

Member Function Documentation

◆ GetIsRequired()

bool ComponentLib::IRequiredParameter::GetIsRequired ( )

◆ GetParameterName()

std::wstring ComponentLib::IRequiredParameter::GetParameterName ( )

◆ GetParameterUnit()

std::wstring ComponentLib::IRequiredParameter::GetParameterUnit ( )

◆ GetVisible()

bool ComponentLib::IRequiredParameter::GetVisible ( )

◆ SetIsRequired()

void ComponentLib::IRequiredParameter::SetIsRequired ( bool Value)

◆ SetParameterName()

void ComponentLib::IRequiredParameter::SetParameterName ( std::wstring Value)

◆ SetParameterUnit()

void ComponentLib::IRequiredParameter::SetParameterUnit ( std::wstring Value)

◆ SetVisible()

void ComponentLib::IRequiredParameter::SetVisible ( bool Value)

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