Checks for a tag presence.

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

Syntax

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

Parameters

tag
Int32
Tag code.

Return Value

Returns True if the specified tag exists.

See Also