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