method Delete | |
Syntax: | object.Delete in |
Parameters: |
in As
ITrkAttribute*pAttrib -
|
Description: | The Delete Method will delete an attribute from the collection. Example: Dim oTrkAttributeAgent As Object Dim oTrkAttributes As Object Set oTrkAttributeAgent =
CreateObject("Tracker.TrkAttributeAgent") oTrkAttributeAgent.AttributeClass = 0 oTrkAttributeAgent.Execute oTrkAttributes oTrkAttributeAgent.Delete
oTrkAttributes.Item(1) |