GetDescription
get a text string to describe a StyleHolder
string GetDescription( )
Returns the description of the StyleHolder
EX1
void StyleHolder_GetDescription_ex1() { GraphLayer gl = Project.ActiveLayer(); if(gl) { StyleHolder sh = gl.StyleHolders(0); if(sh) { printf("The description of this StyleHolder is %s\n", sh.GetDescription() ); } } }
origin.h