System Enumeration CATCommandMsg

enum CATCommandMsg {
  CATCommandMsgRequestSharedMode,
  CATCommandMsgRequestExclusiveMode,
  CATCommandMsgCanceled,
  CATCommandMsgDesactivated,
  CATCommandUnknow
}
Message type sent from a command to the command selector.
Values:
CATCommandMsgRequestSharedMode
The command requests to start in shared mode.
CATCommandMsgRequestExclusiveMode
The command requests to start in exclusive mode.
CATCommandMsgCanceled
The command requests to be canceled.
CATCommandMsgDesactivated
The command requests to be deactivated.
CATCommandUnknow
The command requests the unknown mode.
See also:

This object is included in the file: CATCommand.h

Copyright © 1999-2015, Dassault Systèmes. All rights reserved.