ITrkAttributeAgent.CreateStdAttribute (method)

method CreateStdAttribute
Syntax: object.CreateStdAttribute bItem, bName, bValue
Parameters:
bItem As String -

Item ID
bName As String -

Attribute Name
bValue As String -

Attribute Value
Description:
The CreateStdAttribute method allows the user to Create a new standard attribute.


Example:
Dim oTrkAttributeAgent As Object
Dim oTrkAttributes As Object

Set oTrkAttributeAgent = CreateObject("Tracker.TrkAttributeAgent")
oTrkAttributeAgent.CreateStdAttribute "A1", "COLOR", "RED"