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 |
static bool isObjectNonPersistent( AcDbObjectId id );
Returns true if the object denoted by id is non-persistent. Otherwise, returns false.
Parameters | Description |
---|---|
id | Input ID of the object to be interrogated |