GetSrcOperation
To find the operation object that generate this report.
OperationBase & GetSrcOperation( int nRow = -1, int nCol = -1, int * pnTblId = NULL )
EX1
// Before run please do a operation based analysis like FitLinear. To find the operation object that generate this report. void OriginObject_GetSrcOperation_Ex1() { Worksheet wksActive = Project.ActiveLayer(); if(wksActive) { OperationBase &op = wksActive.GetSrcOperation(); out_str(op.GetName()); } }
origin.h