Get group plots count
int GetGroupPlotsCount( )
the count of group plots
EX1
void GraphLayer_GetGroupPlotsCount_ex1() { GraphLayer gl = Project.ActiveLayer(); if( !gl.IsValid() ) return; int nCount = gl.GetGroupPlotsCount(); printf("GetGroupPlotsCount : %d\n", nCount); }
GraphLayer::Groups
origin.h