Share

AcDbDatabase::isObjectNonPersistent

C++

static bool isObjectNonPersistent(
    AcDbObjectId id
);

Description

Returns true if the object denoted by id is non-persistent. Otherwise, returns false.

Parameters

Parameters Description
id Input ID of the object to be interrogated

Links

AcDbDatabase Class

Was this information helpful?