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

MetaData.SetElement Method

C#
public void SetElement(string sName, uint uData)

Sets the value of the element with the given name.

An exception is thrown when the element does not exist or when the type of the element differs from the given type.

Parameters

[string] sName

[in] The name of the element.

[uint] uData

The value.