Share

AcDbDatabase::setProjectName

C++

Acad::ErrorStatus setProjectName(
    const ACHAR*
);

Description

Sets the database to use a copy of the string pointed to by pName as the new PROJECTNAME header variable value.

See the system variables documentation in the AutoCAD Command Reference for information on PROJECTNAME.

Returns Acad::eOk if successful.

Parameters

Parameters Description
pName Input string to be used as PROJECTNAME

Links

AcDbDatabase Class

Was this information helpful?