![]() |
libimgdoc2
|
#include <IDimCoordinateQueryClause.h>
Public Attributes | |
int | start |
The start value of the range (inclusive). | |
int | end |
The end value of the range (inclusive). | |
A range clause means that the value must be greater than or equal to the 'start' field and less than or equal than the 'end'. Use int-min for start in order to have only a "less than or equal" comparison, and int-max for "greater or equal".