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 |