libimgdoc2
Loading...
Searching...
No Matches
Public Attributes | List of all members
imgdoc2::IDimCoordinateQueryClause::RangeClause Struct Reference

#include <IDimCoordinateQueryClause.h>

Public Attributes

int start
 The start value of the range (inclusive).
 
int end
 The end value of the range (inclusive).
 

Detailed Description

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".


The documentation for this struct was generated from the following file: