All Frameworks  Class Hierarchy  This Framework  Indexes

System Enumeration CATNotifPropagationMode

enum CATNotifPropagationMode {
  CATNotifTransmitToFather,
  CATNotifDontTransmitToFather
}
Notification propagation mode.
Role: It is returned by the CATCommand.AnalyseNotification method.
Values:
CATNotifTransmitToFather
The notification cannot be processed by the command that has analyzed it. This command requests the sending command to resend the notification to its parent command
CATNotifDontTransmitToFather
The notification can be processed by the command that has analyzed it. The sending command should not resend the notification

This object is included in the file: CATCommand.h

Copyright © 2003, Dassault Systèmes. All rights reserved.