ITrkItemAgent (object)

ITrkItemAgent Interface
Description:
The Item Agent Interface is accessed through TrkItemAgent Object. Call CreateObject to instantiate TrkItemAgent.


Example:
Dim oItemAgent As Object
Set oItemAgent = CreateObject("Tracker.TrkItemAgent")
If oItemAgent Is Nothing Then
   MsgBox "Item Agent Object is not created"
End If
Properties: AttributeName , AttributeNameExpression , AttributeValue , AttributeValueExpression , CriteriaSet , Flags , HoldExpiration , HoldName , ItemClass , ItemExpression , ItemID , ItemType , Location , Project , Range , RefID , Region , SessionID , Where
Methods: AddRegion , Clear , CriteriaSets , DeleteItem , DeleteItemEx , Execute , GetAssociatedProject , GetEndLocation , GetRegion , GetStartLocation , Ranges , RegionCount , RemoveCriteriaSet , RemoveRange , RemoveRegion , SaveCriteriaSet , SaveRange