ITrkAttributeAgent.Clear (method)

method Clear
Syntax: object.Clear
Description:
The Clear method allows the user to clear the criteria of the agent.


Example:
Dim oTrkAttributeAgent As Object
Dim oTrkAttributes1 As Object
Dim oTrkAttributes2 As Object

Set oTrkAttributeAgent = CreateObject("Tracker.TrkAttributeAgent")
oTrkAttributeAgent.AttributeClass = 0
oTrkAttributeAgent.ItemId = "A1"
oTrkAttributeAgent.Execute oTrkAttributes1
oTrkAttributeAgent.Clear
oTrkAttributeAgent.ItemId = "A2"
oTrkAttributeAgent.Execute oTrkAttributes2