2.2.4.11.8 DatasetObject::IsEvenSampling
Description
Check if the dataset has even sampling and get the sampling information.
Syntax
BOOL IsEvenSampling( double * px0 = NULL, double * pxInc = NULL, string * pStrXUnits = NULL, string * pStrXLongName = NULL )
Parameters
- px0
- [output] an optional pointer to a double that will receive the starting X value.
- pxInc
- [output] an optional pointer to a double that will receive the X increment value.
- pStrXUnits
- [output] an optional pointer to a String that will receive the X units name.
- pStrXLongName
- [output] an optional pointer to a String that will receive the X long name.
Return
TRUE if even sampling, FALSE otherwise.
Examples
Remark
See Also
Header to Included
origin.h