Returns the specified tag as integer.

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

Syntax

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

Parameters

tag
Int32
Tag code.

Return Value

Integer value in this tag.

See Also