ITrkItemTypeGroups Interface | |
Description: | This is a collection of TrkItemTypeGroup metadata objects. This object holds all the TrkItemTypeGroup objects. TrkItemTypeGroup objects are loaded from the database into this collection by calling the TADBRoot.Load method. Important Note: The Remove method is reserved for future use and should not be used in a script. Example: Dim oItemTypeGroup As Object ... ... For Each oItemTypeGroup in
oTrkItemType.TrkItemTypeGroups MsgBox "Group Name:" &
oItemTypeGroup.Name ... ... Next |
Properties: | |
Methods: | Count , Item |