【お知らせ】この部分は英語原文のみでの提供となります。何卒ご了承ください。
2.2.4.43.2 StyleHolder::GetPlotDesignations
Contents
Description
get plot designatioin text.
Syntax
string GetPlotDesignations( DWORD * pdwFlags = NULL )
Parameters
- pdwFlags
- [input]defaut value is NULL
Return
Returns the plot designation of the StyleHolder
Examples
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() ); } } }
Remark
See Also
Header to Include
origin.h