ITrkAttributeAgent Interface | |
Description: | Attribute Agent Interface is accessed through TrkAttributeAgent Object. Call CreateObject to instantiate TrkAttributeAgent. Example: Dim oTrkAttributeAgent As Object Set oTrkAttributeAgent =
CreateObject("Tracker.TrkAttributeAgent") If oTrkAttributeAgent Is Nothing Then MsgBox "Attribute Agent Object is not
created" End If |
Properties: | AttributeClass , ItemExpression , ItemID , Name , NameExpression , Project , RefID , Region , SessionID , Value , ValueExpression |
Methods: | Clear , CreateExtAttribute , CreateStdAttribute , Delete , Execute , ExecuteEx , Modify |