Remarks | Properties | Methods | Samples |
ED
|
avaliable
|
RT
|
avaliable
|
The IPfsGroup object is an object which describes an equipment object in the PFS module.
CycleEnd | CycleStart | Guid |
Name | Parent | Session |
Rename | Schedules | SetModify |
TimeModells |
''''''''''''''''''''''''''''''''''''''''''''''''''''' '''''''''''''Giving out all group names'''''''''''''' ''''''''''''''''''''''''''''''''''''''''''''''''''''' Private Sub test() Dim mypfs As PfsEngine Set mypfs = MyWorkspace.ActiveDocument.Pfs Dim i As Double For i = 0 To mypfs.Groups.Count - 1 Debug.Print mypfs.Groups.Item(i).Name Next i End Sub