GetPlotId
get the Origin internal plot id.
int GetPlotId( BOOL bBaseID = FALSE )
The plot type
EX1
void StyleHolder_GetPlotId_ex1() { GraphLayer gl = Project.ActiveLayer(); if(gl) { StyleHolder sh = gl.StyleHolders(0); out_int("plot type is ", sh.GetPlotId()); } }
origin.h