Namespace: Rx – Class: CRxMetaData – Header: Rx.Core.Ex/RxMetaData.h

CRxMetaData::GetElementInfos Method

C++
void GetElementInfos(size_t nIdx, CRxString& sxName, EValueType& eType, 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.

[EValueType&] eType

[out] The type of the element.

[CRxString&] sxGroup

[out] The group of the element.