2.2.4.8.27 DataPlot::IsShow


Description

Check if the data is show

Syntax

BOOL IsShow( )

Parameters

Return

TRUE if show

Examples

EX1

void     DataPlot_IsShow_Ex1()
{
    GraphLayer gl = Project.ActiveLayer();
    if( gl )
    {
        DataPlot dp = gl.DataPlots();
        BOOL bIsShow = dp.IsShow();
        
        printf("IsShow : %d\n", bIsShow);
    }
}

Remark

See Also

Header to Included

origin.h