GetPlotDesignations
get plot designatioin text.
string GetPlotDesignations( DWORD * pdwFlags = NULL )
Returns the plot designation of the StyleHolder
EX1
void StyleHolder_GetPlotDesignations_ex1() { GraphLayer gl = Project.ActiveLayer(); if(gl) { StyleHolder sh = gl.StyleHolders(0); if(sh) { printf("The Plot Designations of this StyleHolder is %s\n", sh.GetPlotDesignations() ); } } }
origin.h