GeometricObjects Enumeration CATCGMJournalRequest

enum CATCGMJournalRequest {
  ThroughModify,
  ThroughCreateAndModify,
  ThroughAllCreateAndModify,
  AllThroughModify,
  ThroughAllCreate,
  ThroughCreateAndModifyWithDeleted
}
Defines the type of request.
Values:
ThroughModify
Search for the terminal objects modified from one given object, but do not output the intermediate objects.
ThroughCreateAndModify
Search for the terminal objects modified and/or created from one given object, but do not output the intermediate objects.
ThroughAllCreateAndModify
Search for the objects modified and/or created from one given object, and output the intermediate objects resulting in creations.
AllThroughModify
Search for the objects modified from one given object, and output the intermediate objects.
ThroughAllCreate
Search for the objects created from one given object, and output the intermediate created objects.
ThroughCreateAndModifyWithDeleted
Search for the terminal objects modified and/or created from one given object, including the deleted ones, but do not output the intermediate objects.

This object is included in the file: CATCGMJournalList.h

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