ITrkItemTypes Interface | |
Description: | TrkItemTypes is a collection of TrkItemType metadata objects. The TADBRoot.Load method builds this object by loading TrkItemType objects into the collection. Important Note: Example: Dim oTADBRoot As Object Dim oItemType As Object 'for TrkItemType object Set oTADBRoot = CreateObject("TADB.TADBRoot") If oTADBRoot Is Nothing Then MsgBox "Root Object is not
created" End If oTADBRoot.Load "TRK7", "" For Each oItemType In oTADBRoot.TrkItemTypes ... MsgBox "ItemType ID: " & oItemType.ID " ItemType Description: " & oItemType.Description ... Next |
Properties: | Count |
Methods: | Item |