Namespace: Rx.Net – Class: MetaData – Assembly: Rx.Net.Mixed

MetaData.AddElement Method

C#
public void AddElement(string sName, string sGroup, uint uData)

Adds an element with the given name to the meta data and assigns it the given group and the given value.

If an element with the given name already exists, the value is overwritten and the group is ignored. If the value is of another type than the type of the stored element, an exception is thrown.

Parameters

[string] sName

[in] The name of the element.

[string] sGroup

[in] The group of the element.

[uint] uData

The value of the element.