M_AREA::Get
Get the area value
double Get(
int option
);
Parameters
option
|
mode select
0:for output, 1:for display
|
Return Value
Return the area value
Description
Get the area value
Example
int Sample::MeasureDispT(ProcUnit *ptrProcUnit, int subNo, TextWindow *ptrTextWindow)
{
// M_AREA area; Measured data
// get data
int judge = area.Judge(ptrSetupData->lowerArea, ptrSetupData->upperArea);
ptrTextWindow->DrawText(judge, TRUE, ptrProcUnit->GetText("area:", area.Get(0));
}