Share

AcDbDatabase::setHandseed

C++

Acad::ErrorStatus setHandseed(
    const AcDbHandle& handle
);

Description

Sets the database to use handle as the next available handle for new objects added to the database.

Warning

This function must be used only with extreme caution. If the handle value passed in is lower than handles already in use by the database, serious problems could occur.

Returns Acad::eOk if successful.

Parameters

Parameters Description
handle Input handle value to be used as the next available handle

Links

AcDbDatabase Class

Was this information helpful?