2.2.4.11 DatasetObject
Contents
Name
DatasetObject
Remark
The DatasetObject class provides access to non numeric access to the datasets that are usually members of Column objects.
Hierarchy
-
- DatasetObject
Examples
EX1
void DatasetObject_DatasetObject_Ex1() { DatasetObject dobj("Book1_A"); if(dobj) { dobj.Info.SYSTEM.PARAMETERS.TAG$ = "MySeries"; string str = dobj.Info.SYSTEM.PARAMETERS.TAG$; } }
Header to Include
origin.h
Reference
Members
| Name | Brief | Example |
|---|---|---|
| Default constructor for a DatasetObject. | ||
| to access (read/write) the dataset in DatasetObject. | ||
| Get the dataset name from the DatasetObject. | ||
| Get the format type of each element from the mixed type DatasetObject. | ||
| Get the label from the DatasetObject. | ||
| Get a copy of the mask and it's size contained in the DatasetObject. | ||
| to get the row index containing the missing value. | ||
| Check if the dataset has even sampling and get the sampling information. | ||
| Set the label (RCLT_LONG_NAME, RCLT_UNIT, RCLT_COMMENT, .. ) from the DatasetObject. | ||
| Set the mask of the DatasetObject. | ||
| follow the repeat rules to generate one data series data in a Dataset Object. | ||
| Scan dataset to return percent in text, 100 if all text and 0 if all numbers. | ||
| Repeat the items in vsSource with random order to genereate a series data. |