Namespace: Rx::LFR – Class: CMetaData – Header: Rx.LFR/MetaData.h

CMetaData::GetElementInfos Method

C++
void GetElementInfos(size_t nIdx, CRxString& sxName, CRxString& sxType, CRxString& sxGroup)

Gets all information about the given element.

Parameters

[size_t] nIdx

The index of the element.

[CRxString&] sxName

[out] The name of the element.

[CRxString&] sxType

[out] The type of the element.

[CRxString&] sxGroup

[out] The group of the element.