【お知らせ】この部分は英語原文のみでの提供となります。何卒ご了承ください。
2.2.4.43.1 StyleHolder::GetDescription
Contents
Description
get a text string to describe a StyleHolder
Syntax
string GetDescription( )
Parameters
Return
Returns the description of the StyleHolder
Examples
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() ); } } }
Remark
See Also
Header to Include
origin.h