C++
ACDBCORE2D_PORT Acad::ErrorStatus getProjectName( AcString & sProjectName ) const;
Description
Sets sProjectName to the database's PROJECTNAME header variable string.
See the system variables documentation in the AutoCAD Command Reference for information on PROJECTNAME.
Returns Acad::eOk if successful.
Parameters
Parameters | Description |
---|---|
sProjectName | Output of the PROJECTNAME string value |