【お知らせ】この部分は英語原文のみでの提供となります。何卒ご了承ください。
2.2.4.8.27 DataPlot::IsShow
Contents
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