【お知らせ】この部分は英語原文のみでの提供となります。何卒ご了承ください。
2.2.4.20.7 GraphPage::GetCommonUPL
Contents
Description
Get common user defined parameter labels among all layers in graphpage.
Syntax
void GetCommonUPL( vector<string> * vsUPL )
Parameters
- vsUPL
- [output] common user defined parameter labels
Return
Examples
EX1
void GetCommonUPL_Ex1() { GraphPage gp = Project.ActivePageBase(); if(!gp) return; vector<string> vsUDLs; gp.GetCommonUPL(&vsUDLs); if(vsUDLs.GetSize()) out_str(vsUDLs[0]); }
Remark
See Also
Header to Included
origin.h