Share

AcDbDatabase::getVersionGuid

C++

Acad::ErrorStatus getVersionGuid(
    ACHAR*& guidString
) const;

Description

This function sets guidString to point to a copy of the database's Version GUID string.

Note

guidString should not point to allocated memory when passed in to this function. The caller is responsible for deallocating the returned string's memory using acutDelString() or equivalent.

Returns Acad::eOk if successful.

Parameters

Parameters Description
guidString Input pointer that does not point to allocated memory

Links

AcDbDatabase Class

Use Instead

ACDBCORE2D_PORT Acad::ErrorStatus getVersionGuid(AcString & guidString) const;

History

AutoCAD 2019

This method has been marked as deprecated.

Was this information helpful?