System Enumeration CATNotifPropagationMode
enum CATNotifPropagationMode {
CATNotifTransmitToFather,
CATNotifDontTransmitToFather
}
Notification propagation mode.
Role: It is returned by the 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 © 1999-2015, Dassault Systèmes. All rights reserved.