JCL Help:TJclRegionCombineOperator
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TJclRegionCombineOperator Enumeration
Search in JCL Help
Search in all projects
Summary
Specifies the combination operator.
Pascal
public TJclRegionCombineOperator = (
coAnd,
coDiff,
coOr,
coXor
);
Description
Specifies the operator when combining two regions. The following values can be specified:
Value | Description |
coAnd | The resulting region is the intersection of the two regions |
coDiff | The resulting region is any area of region one that is not in region two |
coOr | The resulting region is the union of the regions |
coXor | The resulting region is the union of the regions except any overlapping areas |
See Also
Combine
About
Unit
no pages or subcategories
Donator
Wim De Cleen
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page