check if the data from matrix
BOOL IsDataFromMatrix( )
TRUE if from matrix
EX1
void DataPlot_IsDataFromMatrix_Ex1() { GraphLayer gl = Project.ActiveLayer(); if( gl ) { DataPlot dp = gl.DataPlots(); FunctionPlotContext context; BOOL bIsDataFromMatrix = dp.IsDataFromMatrix(); printf("IsDataFromMatrix : %d\n", bIsDataFromMatrix); } }
origin.h