Remarks | Properties | Methods | Samples |
ED
|
avaliable
|
RT
|
avaliable
|
The PFSEvent object is an user defined event, which can be linked to the schedules as relative switching operations.
Guid | ID | Name |
Parent | Session |
Execute | Rename | Schedules |
SetModify |
''''''''''''''''''''''''''''''''''''''''''''''''''''' '''''''''''''''Renaming of an event'''''''''''''''''' ''''''''''''''''''''''''''''''''''''''''''''''''''''' Private Sub test() Dim mypfs As PfsEngine Set mypfs = MyWorkspace.ActiveDocument.Pfs mypfs.Events.Item(0).Rename ("my event") Debug.Print mypfs.Events.Item(0).Name End Sub