DataPlot::IsDataFromMatrix

 

Description

check if the data from matrix

Syntax

BOOL IsDataFromMatrix( )

Parameters

Return

TRUE if from matrix

Examples

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);
    }
}

Remark

See Also

Header to Included

origin.h