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

MetaData.GetElementInfos Method

C#
public void GetElementInfos(uint iIdx, out string sName, out string sType, out string sGroup)

Gets all information about the given element.

Parameters

[uint] iIdx

The index of the element.

[string] sName

[out] The name of the element.

[string] sType

[out] The type of the element.

[string] sGroup

[out] The group of the element.