Share

AcDbDatabase::setVersionGuid

C++

Acad::ErrorStatus setVersionGuid(
    const ACHAR * pNewGuid
);

Description

This function sets the database to use a copy of the pNewGuid string as the Version GUID for the database.

Returns Acad::eOk if successful.

Parameters

Parameters Description
pNewGuid Input string to use as Version GUID

Links

AcDbDatabase Class

Was this information helpful?