Share

AcDbDatabase::setFingerprintGuid

C++

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

Description

Sets the database's fingerprintguid header variable to be a copy of the string pointed to by pNewGuid.

Returns Acad::eOk if successful.

Parameters

Parameters Description
pNewGuid Input pointer to string to be used as the fingerprint GUID

Links

AcDbDatabase Class

Was this information helpful?