Returns the specified tag as an array of integers.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public int GetIntegerIndexed(
	int tag,
	int index
)
Public Function GetIntegerIndexed ( _
	tag As Integer, _
	index As Integer _
) As Integer
public:
int GetIntegerIndexed(
	int tag, 
	int index
)

Parameters

tag
Int32
Tag code.
index
Int32
Item index.

Return Value

Returns the specified tag as an array of integers.

See Also