A number of properties control if messages appear on animated
sequence diagrams.
Procedure
To control the appearance of Create,
Destroy, Timeout, and Cancel Timeout messages in an animated sequence
diagram, use the following properties in SequenceDiagram::General:
- ShowAnimCreateArrow. This property specifies
whether to show Create messages in animated sequence diagrams.
- ShowAnimDataFlowArrow. This property specifies
whether to show data flow messages in animated sequence diagrams.
- ShowAnimDestroyArrow This property specifies
whether to show Destroy messages in animated sequence diagrams.
- ShowAnimTimeoutArrow This property specifies
whether to show Timeout messages in animated sequence diagrams.
- ShowAnimCancelTimeoutArrow This property
specifies whether to show Cancel Timeout messages in animated sequence
diagrams.
By default these properties
are set to Checked (so that these messages appear
in animated sequence diagrams). To suppress these messages, set these
properties to Cleared.
The sequence
diagram cloned during animation uses these properties also.