Share

getProjectName Method

Overload List

Method Description
AcDbDatabase::getProjectName (ACHAR*&) Sets pOutput to point to a copy of the database's PROJECTNAME header variable string. The pOutput pointer should not point to allocated memory when passed in to this function.
AcDbDatabase::getProjectName (AcString &) 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.

Was this information helpful?