GetModifiers
Get modifiers.
int GetModifiers( vector<int> & vnDesigs, vector<string> & saNames, vector<int> & vnIndices )
0 if successfully get the modifiers
EX1
// prepare a group plot graph void GroupPlot_GetModifier_ex() { GraphLayer gl = Project.ActiveLayer(); if(!gl) return; GroupPlot gPlot; gPlot= gl.Groups(0); vector<int> vnDesigs; vector<string> saNames; vector<int> vnIndices; gPlot.GetModifiers(vnDesigs, saNames, vnIndices); }
origin.h