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

CRxMetaData::AddElement Method

C++
void AddElement(const CRxString& sxLabel, const CRxString& sxGroup, unsigned uData)

Adds an element into the respective parameter map.

If an element already exists in the map it gets overwritten.

Parameters

[const CRxString&] sxLabel

The name of the element.

[const CRxString&] sxGroup

The group of the element.

[unsigned] uData

The value of the element.