FDO API Reference Feature Data Objects

enum FdoBinaryLogicalOperations
 

The FdoBinaryLogicalOperations enumeration lists the binary logical operations available.

Parameters:
FdoBinaryLogicalOperations_And Perform a logical And between the two filters
FdoBinaryLogicalOperations_Or Perform a logical Or between the two filters
.

Enumerator:
FdoBinaryLogicalOperations_And  Perform a logical And between the two filters.
FdoBinaryLogicalOperations_Or  Perform a logical Or between the two filters.

Definition at line 35 of file BinaryLogicalOperations.h.


Comments or suggestions? Send us feedback.