【お知らせ】この部分は英語原文のみでの提供となります。何卒ご了承ください。
2.2.4.38.29 Project::GetName
Contents
Description
Gets the name of the project.
Syntax
string GetName( BOOL bAddFileExtension = false )
Parameters
- bAddFileExtension
- [input] option to add .OPJ extension to project name (Origin 8 and later)
Return
the name of the project.
Examples
EX1
//Output the name of the project. void run_Project_GetName() { printf("The name of the project is %s\n", Project.GetName()); }
Remark
See Also
Header to Include
origin.h