Find the first occurrence of a tag (code) returning its index.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public int FindTag(
	int pageIndex,
	int tagCode
)
Public Function FindTag ( _
	pageIndex As Integer, _
	tagCode As Integer _
) As Integer
public:
int FindTag(
	int pageIndex, 
	int tagCode
)

Parameters

pageIndex
Int32
Page index (starting at 0 and ending at GetPagesCount-1).
tagCode
Int32
The tag code (0..65535).

Return Value

Returns the tag index (starting at 0 and ending at GetTagsCount-1).

See Also