Additional Inherited Members | |
![]() | |
double | GetFeature (LPVDataBlobFeatures feature, LPVAggregation aggType) |
![]() | |
ILObject * | Copy () |
LPVErrorCode | Load (LString filename) |
void | Reset () |
LPVErrorCode | Save (LString filename) |
BOOL | Valid () |
![]() | |
ILDataList | DataList [get] |
The data list in the data blob. | |
int | EndIndex [get] |
The end index of the data blob(in the original data list) | |
int | MaxIndex [get] |
The index of the maximum element(in the original data list) | |
int | MinIndex [get] |
The index of the minimum element(in the original data list) | |
int | StartIndex [get] |
The start index of the data blob(in the original data list) | |
![]() | |
LString | Name [get, set] |
Name of the object. By default, the object has no name. In most cases, LPV classes don't make use of the names. The name is drawn on canvas around the object if ILDrawable::SetDrawName() is enabled. More... | |
This class implements the interface ILDataBlob, and is used to create an instance of data blob.